Class: Aws::Types::SchemaAttribute
- Inherits:
-
Object
- Object
- Aws::Types::SchemaAttribute
- 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 ⇒ "string", ...
Returns the value of attribute attribute_type.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def attribute_name @attribute_name end |
#attribute_type ⇒ "string", ...
Returns the value of attribute attribute_type.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def attribute_type @attribute_type end |