Class: Aws::Types::AttributeDefinition
- Inherits:
-
Object
- Object
- Aws::Types::AttributeDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#attribute_type ⇒ "S", ...
Returns the value of attribute attribute_type.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
19 20 21 |
# File 'sig/types.rbs', line 19 def attribute_name @attribute_name end |
#attribute_type ⇒ "S", ...
Returns the value of attribute attribute_type.
20 21 22 |
# File 'sig/types.rbs', line 20 def attribute_type @attribute_type end |