class
Amazonite::Ssm::CreateAssociationBatchResult
- Amazonite::Ssm::CreateAssociationBatchResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/create_association_batch_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(successful : Array(AssociationDescription) | Nil = nil, failed : Array(FailedCreateAssociation) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#failed : Array(FailedCreateAssociation) | Nil
Information about the associations that failed.
-
#failed=(failed : Array(FailedCreateAssociation) | Nil)
Information about the associations that failed.
-
#hash(hasher)
See
Object#hash(hasher) -
#successful : Array(AssociationDescription) | Nil
Information about the associations that succeeded.
-
#successful=(successful : Array(AssociationDescription) | Nil)
Information about the associations that succeeded.
- #validate! : Nil
Constructor Detail
def self.new(successful : Array(AssociationDescription) | Nil = nil, failed : Array(FailedCreateAssociation) | Nil = nil)
#
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=(failed : Array(FailedCreateAssociation) | Nil)
#
Information about the associations that failed.
def successful : Array(AssociationDescription) | Nil
#
Information about the associations that succeeded.
def successful=(successful : Array(AssociationDescription) | Nil)
#
Information about the associations that succeeded.