class
Amazonite::Ssm::AccountSharingInfo
- Amazonite::Ssm::AccountSharingInfo
- Reference
- Object
Overview
Information includes the Amazon Web Services account ID where the current document is shared and the version shared with that account.
Included Modules
- JSON::Serializable
Defined in:
ssm/account_sharing_info.crConstructors
- .new(pull : JSON::PullParser)
- .new(account_id : String | Nil = nil, shared_document_version : 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. -
#account_id : String | Nil
The Amazon Web Services account ID where the current document is shared.
-
#account_id=(account_id : String | Nil)
The Amazon Web Services account ID where the current document is shared.
-
#hash(hasher)
See
Object#hash(hasher) -
#shared_document_version : String | Nil
The version of the current document shared with the account.
-
#shared_document_version=(shared_document_version : String | Nil)
The version of the current document shared with the account.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def account_id : String | Nil
#
The Amazon Web Services account ID where the current document is shared.
def account_id=(account_id : String | Nil)
#
The Amazon Web Services account ID where the current document is shared.