class Aws::RDSDataService::Types::Field


@see docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/Field AWS API Documentation
@return [Types::ArrayValue]
An array of values.
@!attribute [rw] array_value
@return [String]
A value of BLOB data type.
@!attribute [rw] blob_value
@return [String]
A value of string data type.
@!attribute [rw] string_value
@return [Float]
A value of double data type.
@!attribute [rw] double_value
@return [Integer]
A value of long data type.
@!attribute [rw] long_value
@return [Boolean]
A value of Boolean data type.
@!attribute [rw] boolean_value
@return [Boolean]
A NULL value.
@!attribute [rw] is_null
@note Field is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of Field corresponding to the set member.
@note Field is a union - when making an API calls you must set exactly one of the members.
Contains a value.