class
Amazonite::Ssm::InstanceAssociationStatusInfo
- Amazonite::Ssm::InstanceAssociationStatusInfo
- Reference
- Object
Overview
Status information about the association.
Included Modules
- JSON::Serializable
Defined in:
ssm/instance_association_status_info.crConstructors
- .new(pull : JSON::PullParser)
- .new(association_id : String | Nil = nil, name : String | Nil = nil, document_version : String | Nil = nil, association_version : String | Nil = nil, instance_id : String | Nil = nil, execution_date : Time | Nil = nil, status : String | Nil = nil, detailed_status : String | Nil = nil, execution_summary : String | Nil = nil, error_code : String | Nil = nil, output_url : InstanceAssociationOutputUrl | Nil = nil, association_name : 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_id : String | Nil
The association ID.
-
#association_id=(association_id : String | Nil)
The association ID.
-
#association_name : String | Nil
The name of the association applied to the managed node.
-
#association_name=(association_name : String | Nil)
The name of the association applied to the managed node.
-
#association_version : String | Nil
The version of the association applied to the managed node.
-
#association_version=(association_version : String | Nil)
The version of the association applied to the managed node.
-
#detailed_status : String | Nil
Detailed status information about the association.
-
#detailed_status=(detailed_status : String | Nil)
Detailed status information about the association.
-
#document_version : String | Nil
The association document versions.
-
#document_version=(document_version : String | Nil)
The association document versions.
-
#error_code : String | Nil
An error code returned by the request to create the association.
-
#error_code=(error_code : String | Nil)
An error code returned by the request to create the association.
-
#execution_date : Time | Nil
The date the association ran.
-
#execution_date=(execution_date : Time | Nil)
The date the association ran.
-
#execution_summary : String | Nil
Summary information about association execution.
-
#execution_summary=(execution_summary : String | Nil)
Summary information about association execution.
-
#hash(hasher)
See
Object#hash(hasher) -
#instance_id : String | Nil
The managed node ID where the association was created.
-
#instance_id=(instance_id : String | Nil)
The managed node ID where the association was created.
-
#name : String | Nil
The name of the association.
-
#name=(name : String | Nil)
The name of the association.
-
#output_url : InstanceAssociationOutputUrl | Nil
A URL for an S3 bucket where you want to store the results of this request.
-
#output_url=(output_url : InstanceAssociationOutputUrl | Nil)
A URL for an S3 bucket where you want to store the results of this request.
-
#status : String | Nil
Status information about the association.
-
#status=(status : String | Nil)
Status information about the association.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the association applied to the managed node.
The version of the association applied to the managed node.
The version of the association applied to the managed node.
Detailed status information about the association.
An error code returned by the request to create the association.
Summary information about association execution.
The managed node ID where the association was created.
A URL for an S3 bucket where you want to store the results of this request.
A URL for an S3 bucket where you want to store the results of this request.