class Amazonite::Ssm::InstanceAssociationStatusInfo

Overview

Status information about the association.

Included Modules

Defined in:

ssm/instance_association_status_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.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) #

[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 association_id : String | Nil #

The association ID.


[View source]
def association_id=(association_id : String | Nil) #

The association ID.


[View source]
def association_name : String | Nil #

The name of the association applied to the managed node.


[View source]
def association_name=(association_name : String | Nil) #

The name of the association applied to the managed node.


[View source]
def association_version : String | Nil #

The version of the association applied to the managed node.


[View source]
def association_version=(association_version : String | Nil) #

The version of the association applied to the managed node.


[View source]
def detailed_status : String | Nil #

Detailed status information about the association.


[View source]
def detailed_status=(detailed_status : String | Nil) #

Detailed status information about the association.


[View source]
def document_version : String | Nil #

The association document versions.


[View source]
def document_version=(document_version : String | Nil) #

The association document versions.


[View source]
def error_code : String | Nil #

An error code returned by the request to create the association.


[View source]
def error_code=(error_code : String | Nil) #

An error code returned by the request to create the association.


[View source]
def execution_date : Time | Nil #

The date the association ran.


[View source]
def execution_date=(execution_date : Time | Nil) #

The date the association ran.


[View source]
def execution_summary : String | Nil #

Summary information about association execution.


[View source]
def execution_summary=(execution_summary : String | Nil) #

Summary information about association execution.


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

See Object#hash(hasher)


def instance_id : String | Nil #

The managed node ID where the association was created.


[View source]
def instance_id=(instance_id : String | Nil) #

The managed node ID where the association was created.


[View source]
def name : String | Nil #

The name of the association.


[View source]
def name=(name : String | Nil) #

The name of the association.


[View source]
def output_url : InstanceAssociationOutputUrl | Nil #

A URL for an S3 bucket where you want to store the results of this request.


[View source]
def output_url=(output_url : InstanceAssociationOutputUrl | Nil) #

A URL for an S3 bucket where you want to store the results of this request.


[View source]
def status : String | Nil #

Status information about the association.


[View source]
def status=(status : String | Nil) #

Status information about the association.


[View source]
def validate! : Nil #

[View source]