Class: Aws::Types::ListInventoryEntriesResult
- Inherits:
-
Object
- Object
- Aws::Types::ListInventoryEntriesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capture_time ⇒ ::String
Returns the value of attribute capture_time.
-
#entries ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute entries.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
2872 2873 2874 |
# File 'sig/types.rbs', line 2872 def capture_time @capture_time end |
#entries ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute entries.
2873 2874 2875 |
# File 'sig/types.rbs', line 2873 def entries @entries end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2870 2871 2872 |
# File 'sig/types.rbs', line 2870 def instance_id @instance_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2874 2875 2876 |
# File 'sig/types.rbs', line 2874 def next_token @next_token end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
2871 2872 2873 |
# File 'sig/types.rbs', line 2871 def schema_version @schema_version end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
2869 2870 2871 |
# File 'sig/types.rbs', line 2869 def type_name @type_name end |