Class: Aws::Types::InventoryResultItem
- Inherits:
-
Object
- Object
- Aws::Types::InventoryResultItem
- 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.
-
#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.
2682 2683 2684 |
# File 'sig/types.rbs', line 2682 def capture_time @capture_time end |
#content ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute content.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def content @content end |
#content_hash ⇒ ::String
Returns the value of attribute content_hash.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def content_hash @content_hash end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def schema_version @schema_version end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def type_name @type_name end |