class Amazonite::SsmV1::AccountSharingInfo

Included Modules

Defined in:

ssm_v1/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 account_id : String | Nil #

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

[View source]
def shared_document_version : String | Nil #

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

[View source]