class
Amazonite::Ssm::ConfigurationTargets
- Amazonite::Ssm::ConfigurationTargets
- Reference
- Object
Overview
The target resources in the third-party cloud environment.
Included Modules
- JSON::Serializable
Defined in:
ssm/configuration_targets.crConstructors
- .new(pull : JSON::PullParser)
- .new(subscriptions : Array(AzureSubscription) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#subscriptions : Array(AzureSubscription) | Nil
A list of Azure subscriptions to target.
-
#subscriptions=(subscriptions : Array(AzureSubscription) | Nil)
A list of Azure subscriptions to target.
- #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 subscriptions=(subscriptions : Array(AzureSubscription) | Nil)
#
A list of Azure subscriptions to target.