class
Amazonite::Ssm::TargetPreview
- Amazonite::Ssm::TargetPreview
- Reference
- Object
Overview
Information about the resources that would be included in the actual runbook execution, if it were to be run.
Included Modules
- JSON::Serializable
Defined in:
ssm/target_preview.crConstructors
- .new(pull : JSON::PullParser)
- .new(count : Int32 | Nil = nil, target_type : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#count : Int32 | Nil
The number of resources of a certain type included in an execution preview.
-
#count=(count : Int32 | Nil)
The number of resources of a certain type included in an execution preview.
-
#hash(hasher)
See
Object#hash(hasher) -
#target_type : String | Nil
A type of resource that was included in the execution preview.
-
#target_type=(target_type : String | Nil)
A type of resource that was included in the execution preview.
- #validate! : Nil
Constructor Detail
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.
def count=(count : Int32 | Nil)
#
The number of resources of a certain type included in an execution preview.
def target_type=(target_type : String | Nil)
#
A type of resource that was included in the execution preview.