class Amazonite::Ssm::ResolvedTargets

Overview

Information about targets that resolved during the Automation execution.

Included Modules

Defined in:

ssm/resolved_targets.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(parameter_values : Array(String) | Nil = nil, truncated : Bool | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def parameter_values : Array(String) | Nil #

A list of parameter values sent to targets that resolved during the Automation execution.


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

A list of parameter values sent to targets that resolved during the Automation execution.


[View source]
def truncated : Bool | Nil #

A boolean value indicating whether the resolved target list is truncated.


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

A boolean value indicating whether the resolved target list is truncated.


[View source]
def validate! : Nil #

[View source]