Class: Aws::Types::StructuredMessageFieldNameAndDataTypePair
- Inherits:
-
Object
- Object
- Aws::Types::StructuredMessageFieldNameAndDataTypePair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_type ⇒ Types::StructuredMessage
Returns the value of attribute data_type.
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
Instance Attribute Details
#data_type ⇒ Types::StructuredMessage
Returns the value of attribute data_type.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def data_type @data_type end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def field_name @field_name end |