Class: Aws::Types::InventoryItemAttribute
- Inherits:
-
Object
- Object
- Aws::Types::InventoryItemAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_type ⇒ "string", "number"
Returns the value of attribute data_type.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#data_type ⇒ "string", "number"
Returns the value of attribute data_type.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def data_type @data_type end |
#name ⇒ ::String
Returns the value of attribute name.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def name @name end |