Class: Aws::Types::InventoryItem
- Inherits:
-
Object
- Object
- Aws::Types::InventoryItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capture_time ⇒ ::String
Returns the value of attribute capture_time.
-
#content ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute content.
-
#content_hash ⇒ ::String
Returns the value of attribute content_hash.
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#capture_time ⇒ ::String
Returns the value of attribute capture_time.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def capture_time @capture_time end |
#content ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute content.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def content @content end |
#content_hash ⇒ ::String
Returns the value of attribute content_hash.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def content_hash @content_hash end |
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def context @context end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def schema_version @schema_version end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def type_name @type_name end |