class
Amazonite::Ssm::ListDocumentMetadataHistoryResponse
- Amazonite::Ssm::ListDocumentMetadataHistoryResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/list_document_metadata_history_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String | Nil = nil, document_version : String | Nil = nil, author : String | Nil = nil, metadata : DocumentMetadataResponseInfo | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#author : String | Nil
The user ID of the person in the organization who requested the review of the change template.
-
#author=(author : String | Nil)
The user ID of the person in the organization who requested the review of the change template.
-
#document_version : String | Nil
The version of the change template.
-
#document_version=(document_version : String | Nil)
The version of the change template.
-
#hash(hasher)
See
Object#hash(hasher) -
#metadata : DocumentMetadataResponseInfo | Nil
Information about the response to the change template approval request.
-
#metadata=(metadata : DocumentMetadataResponseInfo | Nil)
Information about the response to the change template approval request.
-
#name : String | Nil
The name of the change template.
-
#name=(name : String | Nil)
The name of the change template.
-
#next_token : String | Nil
The maximum number of items to return for this call.
-
#next_token=(next_token : String | Nil)
The maximum number of items to return for this call.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The user ID of the person in the organization who requested the review of the change template.
The user ID of the person in the organization who requested the review of the change template.
Information about the response to the change template approval request.
Information about the response to the change template approval request.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.