class Amazonite::SsmV1::DescribeAutomationStepExecutionsRequest

Included Modules

Defined in:

ssm_v1/describe_automation_step_executions_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(automation_execution_id : String, filters : Array(StepExecutionFilter) | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | Nil = nil, reverse_order : Bool | Nil = nil) #

[View source]

Instance Method Detail

def automation_execution_id : String #

[View source]
def automation_execution_id=(automation_execution_id : String) #

[View source]
def filters : Array(StepExecutionFilter) | Nil #

[View source]
def filters=(filters : Array(StepExecutionFilter) | Nil) #

[View source]
def max_results : Int32 | Nil #

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

[View source]
def next_token : String | Nil #

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

[View source]
def reverse_order : Bool | Nil #

[View source]
def reverse_order=(reverse_order : Bool | Nil) #

[View source]