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_list_values::Array[::String]

Returns the value of attribute binary_list_values.

Returns:



294
295
296
# File 'sig/types.rbs', line 294

def binary_list_values
  @binary_list_values
end

#binary_value::String

Returns the value of attribute binary_value.

Returns:



292
293
294
# File 'sig/types.rbs', line 292

def binary_value
  @binary_value
end

#data_type::String

Returns the value of attribute data_type.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def data_type
  @data_type
end

#string_list_values::Array[::String]

Returns the value of attribute string_list_values.

Returns:



293
294
295
# File 'sig/types.rbs', line 293

def string_list_values
  @string_list_values
end

#string_value::String

Returns the value of attribute string_value.

Returns:



291
292
293
# File 'sig/types.rbs', line 291

def string_value
  @string_value
end