class Amazonite::Ssm::TargetPreview

Overview

Information about the resources that would be included in the actual runbook execution, if it were to be run.

Included Modules

Defined in:

ssm/target_preview.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(count : Int32 | Nil = nil, target_type : String | 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 count : Int32 | Nil #

The number of resources of a certain type included in an execution preview.


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

The number of resources of a certain type included in an execution preview.


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

See Object#hash(hasher)


def target_type : String | Nil #

A type of resource that was included in the execution preview.


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

A type of resource that was included in the execution preview.


[View source]
def validate! : Nil #

[View source]