class Amazonite::Ssm::AssociationExecutionTarget

Overview

Includes information about the specified association execution.

Included Modules

Defined in:

ssm/association_execution_target.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

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

The association version.


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

The association version.


[View source]
def detailed_status : String | Nil #

Detailed information about the execution status.


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

Detailed information about the execution status.


[View source]
def execution_id : String | Nil #

The execution ID.


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

The execution ID.


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

See Object#hash(hasher)


def last_execution_date : Time | Nil #

The date of the last execution.


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

The date of the last execution.


[View source]
def output_source : OutputSource | Nil #

The location where the association details are saved.


[View source]
def output_source=(output_source : OutputSource | Nil) #

The location where the association details are saved.


[View source]
def resource_id : String | Nil #

The resource ID, for example, the managed node ID where the association ran.


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

The resource ID, for example, the managed node ID where the association ran.


[View source]
def resource_type : String | Nil #

The resource type, for example, EC2.


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

The resource type, for example, EC2.


[View source]
def status : String | Nil #

The association execution status.


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

The association execution status.


[View source]
def validate! : Nil #

[View source]