Class: Aws::Types::Item
- Inherits:
-
Object
- Object
- Aws::Types::Item
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alternate_name_encoding ⇒ ::String
Returns the value of attribute alternate_name_encoding.
-
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#alternate_name_encoding ⇒ ::String
Returns the value of attribute alternate_name_encoding.
121 122 123 |
# File 'sig/types.rbs', line 121 def alternate_name_encoding @alternate_name_encoding end |
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
122 123 124 |
# File 'sig/types.rbs', line 122 def attributes @attributes end |
#name ⇒ ::String
Returns the value of attribute name.
120 121 122 |
# File 'sig/types.rbs', line 120 def name @name end |