class Amazonite::Ssm::DescribeDocumentPermissionResponse

Included Modules

Defined in:

ssm/describe_document_permission_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(account_ids : Array(String) | Nil = nil, account_sharing_info_list : Array(AccountSharingInfo) | Nil = nil, next_token : String | Nil = nil) #

[View source]

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_ids : Array(String) | Nil #

The account IDs that have permission to use this document. The ID can be either an Amazon Web Services account number or all.


[View source]
def account_ids=(account_ids : Array(String) | Nil) #

The account IDs that have permission to use this document. The ID can be either an Amazon Web Services account number or all.


[View source]
def 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.


[View source]
def 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.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def next_token : String | Nil #

The token for the next set of items to return. Use this token to get the next set of results.


[View source]
def next_token=(next_token : String | Nil) #

The token for the next set of items to return. Use this token to get the next set of results.


[View source]
def validate! : Nil #

[View source]