class Aws::RedshiftDataAPIService::Types::Field
A data value in a column.
@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.
@!attribute [rw] blob_value
A value of the BLOB data type. @return [String]
@!attribute [rw] boolean_value
A value of the Boolean data type. @return [Boolean]
@!attribute [rw] double_value
A value of the double data type. @return [Float]
@!attribute [rw] is_null
A value that indicates whether the data is NULL. @return [Boolean]
@!attribute [rw] long_value
A value of the long data type. @return [Integer]
@!attribute [rw] string_value
A value of the string data type. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/redshift-data-2019-12-20/Field AWS API Documentation
Constants
- SENSITIVE