Module: Aws::SSM::Client::_ListInventoryEntriesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListInventoryEntriesResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #capture_time ⇒ ::String
- #entries ⇒ ::Array[::Hash[::String, ::String]]
- #instance_id ⇒ ::String
- #next_token ⇒ ::String
- #schema_version ⇒ ::String
- #type_name ⇒ ::String
Instance Method Details
#capture_time ⇒ ::String
1985 |
# File 'sig/client.rbs', line 1985
def capture_time: () -> ::String
|
#entries ⇒ ::Array[::Hash[::String, ::String]]
1986 |
# File 'sig/client.rbs', line 1986
def entries: () -> ::Array[::Hash[::String, ::String]]
|
#instance_id ⇒ ::String
1983 |
# File 'sig/client.rbs', line 1983
def instance_id: () -> ::String
|
#next_token ⇒ ::String
1987 |
# File 'sig/client.rbs', line 1987
def next_token: () -> ::String
|
#schema_version ⇒ ::String
1984 |
# File 'sig/client.rbs', line 1984
def schema_version: () -> ::String
|
#type_name ⇒ ::String
1982 |
# File 'sig/client.rbs', line 1982
def type_name: () -> ::String
|