Class: Aws::Types::MessageAttributeValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#binary_value::String

Returns the value of attribute binary_value.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def binary_value
  @binary_value
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def data_type
  @data_type
end

#string_value::String

Returns the value of attribute string_value.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def string_value
  @string_value
end