class
Amazonite::Ssm::AssociationExecutionTarget
- Amazonite::Ssm::AssociationExecutionTarget
- Reference
- Object
Overview
Includes information about the specified association execution.
Included Modules
- JSON::Serializable
Defined in:
ssm/association_execution_target.crConstructors
- .new(pull : JSON::PullParser)
- .new(association_id : String | Nil = nil, association_version : String | Nil = nil, execution_id : String | Nil = nil, resource_id : String | Nil = nil, resource_type : String | Nil = nil, status : String | Nil = nil, detailed_status : String | Nil = nil, last_execution_date : Time | Nil = nil, output_source : OutputSource | 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_id : String | Nil
The association ID.
-
#association_id=(association_id : String | Nil)
The association ID.
-
#association_version : String | Nil
The association version.
-
#association_version=(association_version : String | Nil)
The association version.
-
#detailed_status : String | Nil
Detailed information about the execution status.
-
#detailed_status=(detailed_status : String | Nil)
Detailed information about the execution status.
-
#execution_id : String | Nil
The execution ID.
-
#execution_id=(execution_id : String | Nil)
The execution ID.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_execution_date : Time | Nil
The date of the last execution.
-
#last_execution_date=(last_execution_date : Time | Nil)
The date of the last execution.
-
#output_source : OutputSource | Nil
The location where the association details are saved.
-
#output_source=(output_source : OutputSource | Nil)
The location where the association details are saved.
-
#resource_id : String | Nil
The resource ID, for example, the managed node ID where the association ran.
-
#resource_id=(resource_id : String | Nil)
The resource ID, for example, the managed node ID where the association ran.
-
#resource_type : String | Nil
The resource type, for example, EC2.
-
#resource_type=(resource_type : String | Nil)
The resource type, for example, EC2.
-
#status : String | Nil
The association execution status.
-
#status=(status : String | Nil)
The association execution status.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Detailed information about the execution status.
The location where the association details are saved.
The resource ID, for example, the managed node ID where the association ran.
The resource ID, for example, the managed node ID where the association ran.