class Amazonite::Ssm::AccountSharingInfo

Overview

Information includes the Amazon Web Services account ID where the current document is shared and the version shared with that account.

Included Modules

Defined in:

ssm/account_sharing_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(account_id : String | Nil = nil, shared_document_version : 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_id : String | Nil #

The Amazon Web Services account ID where the current document is shared.


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

The Amazon Web Services account ID where the current document is shared.


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

See Object#hash(hasher)


def shared_document_version : String | Nil #

The version of the current document shared with the account.


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

The version of the current document shared with the account.


[View source]
def validate! : Nil #

[View source]