Class: Aws::Types::FieldValueUnion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#boolean_valueBoolean

Returns the value of attribute boolean_value.

Returns:

  • (Boolean)


3979
3980
3981
# File 'sig/types.rbs', line 3979

def boolean_value
  @boolean_value
end

#double_value::Float

Returns the value of attribute double_value.

Returns:

  • (::Float)


3980
3981
3982
# File 'sig/types.rbs', line 3980

def double_value
  @double_value
end

#empty_valueTypes::EmptyFieldValue

Returns the value of attribute empty_value.



3981
3982
3983
# File 'sig/types.rbs', line 3981

def empty_value
  @empty_value
end

#string_value::String

Returns the value of attribute string_value.

Returns:

  • (::String)


3982
3983
3984
# File 'sig/types.rbs', line 3982

def string_value
  @string_value
end