Class: Aws::Types::MessageSystemAttributeValue

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:

  • (::Array[::String])


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

def binary_list_values
  @binary_list_values
end

#binary_value::String

Returns the value of attribute binary_value.

Returns:

  • (::String)


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

def binary_value
  @binary_value
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


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

def data_type
  @data_type
end

#string_list_values::Array[::String]

Returns the value of attribute string_list_values.

Returns:

  • (::Array[::String])


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

def string_list_values
  @string_list_values
end

#string_value::String

Returns the value of attribute string_value.

Returns:

  • (::String)


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

def string_value
  @string_value
end