Class: Aws::RDSDataService::Types::Value

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rdsdataservice/types.rb

Overview

Contains the value of a column.

<important> <p>This data type is deprecated.</p> </important>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#array_valuesArray<Types::Value>

An array of column values.

Returns:



1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1019

class Value < Struct.new(
  :array_values,
  :big_int_value,
  :bit_value,
  :blob_value,
  :double_value,
  :int_value,
  :is_null,
  :real_value,
  :string_value,
  :struct_value)
  SENSITIVE = []
  include Aws::Structure
end

#big_int_valueInteger

A value for a column of big integer data type.

Returns:

  • (Integer)


1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1019

class Value < Struct.new(
  :array_values,
  :big_int_value,
  :bit_value,
  :blob_value,
  :double_value,
  :int_value,
  :is_null,
  :real_value,
  :string_value,
  :struct_value)
  SENSITIVE = []
  include Aws::Structure
end

#bit_valueBoolean

A value for a column of BIT data type.

Returns:

  • (Boolean)


1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1019

class Value < Struct.new(
  :array_values,
  :big_int_value,
  :bit_value,
  :blob_value,
  :double_value,
  :int_value,
  :is_null,
  :real_value,
  :string_value,
  :struct_value)
  SENSITIVE = []
  include Aws::Structure
end

#blob_valueString

A value for a column of BLOB data type.

Returns:

  • (String)


1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1019

class Value < Struct.new(
  :array_values,
  :big_int_value,
  :bit_value,
  :blob_value,
  :double_value,
  :int_value,
  :is_null,
  :real_value,
  :string_value,
  :struct_value)
  SENSITIVE = []
  include Aws::Structure
end

#double_valueFloat

A value for a column of double data type.

Returns:

  • (Float)


1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1019

class Value < Struct.new(
  :array_values,
  :big_int_value,
  :bit_value,
  :blob_value,
  :double_value,
  :int_value,
  :is_null,
  :real_value,
  :string_value,
  :struct_value)
  SENSITIVE = []
  include Aws::Structure
end

#int_valueInteger

A value for a column of integer data type.

Returns:

  • (Integer)


1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1019

class Value < Struct.new(
  :array_values,
  :big_int_value,
  :bit_value,
  :blob_value,
  :double_value,
  :int_value,
  :is_null,
  :real_value,
  :string_value,
  :struct_value)
  SENSITIVE = []
  include Aws::Structure
end

#is_nullBoolean

A NULL value.

Returns:

  • (Boolean)


1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1019

class Value < Struct.new(
  :array_values,
  :big_int_value,
  :bit_value,
  :blob_value,
  :double_value,
  :int_value,
  :is_null,
  :real_value,
  :string_value,
  :struct_value)
  SENSITIVE = []
  include Aws::Structure
end

#real_valueFloat

A value for a column of real data type.

Returns:

  • (Float)


1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1019

class Value < Struct.new(
  :array_values,
  :big_int_value,
  :bit_value,
  :blob_value,
  :double_value,
  :int_value,
  :is_null,
  :real_value,
  :string_value,
  :struct_value)
  SENSITIVE = []
  include Aws::Structure
end

#string_valueString

A value for a column of string data type.

Returns:

  • (String)


1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1019

class Value < Struct.new(
  :array_values,
  :big_int_value,
  :bit_value,
  :blob_value,
  :double_value,
  :int_value,
  :is_null,
  :real_value,
  :string_value,
  :struct_value)
  SENSITIVE = []
  include Aws::Structure
end

#struct_valueTypes::StructValue

A value for a column of STRUCT data type.

Returns:



1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1019

class Value < Struct.new(
  :array_values,
  :big_int_value,
  :bit_value,
  :blob_value,
  :double_value,
  :int_value,
  :is_null,
  :real_value,
  :string_value,
  :struct_value)
  SENSITIVE = []
  include Aws::Structure
end