class Amazonite::Ssm::CreateAssociationBatchResult

Included Modules

Defined in:

ssm/create_association_batch_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(successful : Array(AssociationDescription) | Nil = nil, failed : Array(FailedCreateAssociation) | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 failed : Array(FailedCreateAssociation) | Nil #

Information about the associations that failed.


[View source]
def failed=(failed : Array(FailedCreateAssociation) | Nil) #

Information about the associations that failed.


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

See Object#hash(hasher)


def successful : Array(AssociationDescription) | Nil #

Information about the associations that succeeded.


[View source]
def successful=(successful : Array(AssociationDescription) | Nil) #

Information about the associations that succeeded.


[View source]
def validate! : Nil #

[View source]