Class: Aws::Types::StructuredMessageListDefinition
- Inherits:
-
Object
- Object
- Aws::Types::StructuredMessageListDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#list_type ⇒ "FIXED_CAPACITY", ...
Returns the value of attribute list_type.
-
#member_type ⇒ Types::StructuredMessage
Returns the value of attribute member_type.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def capacity @capacity end |
#list_type ⇒ "FIXED_CAPACITY", ...
Returns the value of attribute list_type.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def list_type @list_type end |
#member_type ⇒ Types::StructuredMessage
Returns the value of attribute member_type.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def member_type @member_type end |
#name ⇒ ::String
Returns the value of attribute name.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def name @name end |