Module: Aws::SSM::Client::_ListDocumentMetadataHistoryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListDocumentMetadataHistoryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #author ⇒ ::String
- #document_version ⇒ ::String
- #metadata ⇒ Types::DocumentMetadataResponseInfo
- #name ⇒ ::String
- #next_token ⇒ ::String
Instance Method Details
#author ⇒ ::String
1929 |
# File 'sig/client.rbs', line 1929
def author: () -> ::String
|
#document_version ⇒ ::String
1928 |
# File 'sig/client.rbs', line 1928
def document_version: () -> ::String
|
#metadata ⇒ Types::DocumentMetadataResponseInfo
1930 |
# File 'sig/client.rbs', line 1930
def metadata: () -> Types::DocumentMetadataResponseInfo
|
#name ⇒ ::String
1927 |
# File 'sig/client.rbs', line 1927
def name: () -> ::String
|
#next_token ⇒ ::String
1931 |
# File 'sig/client.rbs', line 1931
def next_token: () -> ::String
|