class
Amazonite::Ssm::DescribeDocumentPermissionResponse
- Amazonite::Ssm::DescribeDocumentPermissionResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_document_permission_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(account_ids : Array(String) | Nil = nil, account_sharing_info_list : Array(AccountSharingInfo) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#account_ids : Array(String) | Nil
The account IDs that have permission to use this document.
-
#account_ids=(account_ids : Array(String) | Nil)
The account IDs that have permission to use this document.
-
#account_sharing_info_list : Array(AccountSharingInfo) | Nil
A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.
-
#account_sharing_info_list=(account_sharing_info_list : Array(AccountSharingInfo) | Nil)
A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The account IDs that have permission to use this document. The ID can be either an Amazon Web
Services account number or all.
The account IDs that have permission to use this document. The ID can be either an Amazon Web
Services account number or all.
A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.
A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.
The token for the next set of items to return. Use this token to get the next set of results.
The token for the next set of items to return. Use this token to get the next set of results.