class Amazonite::Ssm::ParentStepDetails

Overview

A detailed status of the parent step.

Included Modules

Defined in:

ssm/parent_step_details.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(step_execution_id : String | Nil = nil, step_name : String | Nil = nil, action : String | Nil = nil, iteration : Int32 | Nil = nil, iterator_value : 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 action : String | Nil #

The name of the automation action.


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

The name of the automation action.


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

See Object#hash(hasher)


def iteration : Int32 | Nil #

The current repetition of the loop represented by an integer.


[View source]
def iteration=(iteration : Int32 | Nil) #

The current repetition of the loop represented by an integer.


[View source]
def iterator_value : String | Nil #

The current value of the specified iterator in the loop.


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

The current value of the specified iterator in the loop.


[View source]
def step_execution_id : String | Nil #

The unique ID of a step execution.


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

The unique ID of a step execution.


[View source]
def step_name : String | Nil #

The name of the step.


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

The name of the step.


[View source]
def validate! : Nil #

[View source]