Class: Aws::Types::MessageSystemAttributeValue
- Inherits:
-
Object
- Object
- Aws::Types::MessageSystemAttributeValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#binary_list_values ⇒ ::Array[::String]
Returns the value of attribute binary_list_values.
-
#binary_value ⇒ ::String
Returns the value of attribute binary_value.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#string_list_values ⇒ ::Array[::String]
Returns the value of attribute string_list_values.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
Instance Attribute Details
#binary_list_values ⇒ ::Array[::String]
Returns the value of attribute binary_list_values.
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.
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.
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.
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.
303 304 305 |
# File 'sig/types.rbs', line 303 def string_value @string_value end |