Class: Aws::Types::InventoryItemSchema
- Inherits:
-
Object
- Object
- Aws::Types::InventoryItemSchema
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::InventoryItemAttribute]
Returns the value of attribute attributes.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#attributes ⇒ ::Array[Types::InventoryItemAttribute]
Returns the value of attribute attributes.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def attributes @attributes end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def display_name @display_name end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def type_name @type_name end |
#version ⇒ ::String
Returns the value of attribute version.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def version @version end |