class
Amazonite::Ssm::DescribeAssociationExecutionTargetsResult
- Amazonite::Ssm::DescribeAssociationExecutionTargetsResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_association_execution_targets_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(association_execution_targets : Array(AssociationExecutionTarget) | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#association_execution_targets : Array(AssociationExecutionTarget) | Nil
Information about the execution.
-
#association_execution_targets=(association_execution_targets : Array(AssociationExecutionTarget) | Nil)
Information about the execution.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
- #validate! : Nil
Constructor Detail
def self.new(association_execution_targets : Array(AssociationExecutionTarget) | Nil = nil, next_token : String | 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 association_execution_targets : Array(AssociationExecutionTarget) | Nil
#
Information about the execution.
def association_execution_targets=(association_execution_targets : Array(AssociationExecutionTarget) | Nil)
#
Information about the execution.
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.
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.