Class: Aws::Types::Value

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: ArrayValues, BigIntValue, BitValue, BlobValue, DoubleValue, IntValue, IsNull, RealValue, StringValue, StructValue, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#array_values::Array[Types::Value]

Returns the value of attribute array_values.

Returns:



307
308
309
# File 'sig/types.rbs', line 307

def array_values
  @array_values
end

#big_int_value::Integer

Returns the value of attribute big_int_value.

Returns:

  • (::Integer)


301
302
303
# File 'sig/types.rbs', line 301

def big_int_value
  @big_int_value
end

#bit_valueBoolean

Returns the value of attribute bit_value.

Returns:

  • (Boolean)


300
301
302
# File 'sig/types.rbs', line 300

def bit_value
  @bit_value
end

#blob_value::String

Returns the value of attribute blob_value.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def blob_value
  @blob_value
end

#double_value::Float

Returns the value of attribute double_value.

Returns:

  • (::Float)


303
304
305
# File 'sig/types.rbs', line 303

def double_value
  @double_value
end

#int_value::Integer

Returns the value of attribute int_value.

Returns:

  • (::Integer)


302
303
304
# File 'sig/types.rbs', line 302

def int_value
  @int_value
end

#is_nullBoolean

Returns the value of attribute is_null.

Returns:

  • (Boolean)


299
300
301
# File 'sig/types.rbs', line 299

def is_null
  @is_null
end

#real_value::Float

Returns the value of attribute real_value.

Returns:

  • (::Float)


304
305
306
# File 'sig/types.rbs', line 304

def real_value
  @real_value
end

#string_value::String

Returns the value of attribute string_value.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def string_value
  @string_value
end

#struct_valueTypes::StructValue

Returns the value of attribute struct_value.

Returns:



308
309
310
# File 'sig/types.rbs', line 308

def struct_value
  @struct_value
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


309
310
311
# File 'sig/types.rbs', line 309

def unknown
  @unknown
end