class
Amazonite::CloudFormation::StackSetAutoDeploymentTargetSummary
Overview
One of the targets for the StackSet. Returned by the ListStackSetAutoDeploymentTargets API operation.
Defined in:
cloudformation/stack_set_auto_deployment_target_summary.crConstructors
- .from_xml(node : XML::Node) : self
- .new(organizational_unit_id : String | Nil = nil, regions : Array(String) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#organizational_unit_id : String | Nil
The organization root ID or organizational unit (OU) IDs where the StackSet is targeted.
-
#organizational_unit_id=(organizational_unit_id : String | Nil)
The organization root ID or organizational unit (OU) IDs where the StackSet is targeted.
-
#regions : Array(String) | Nil
The list of Regions targeted for this organization or OU.
-
#regions=(regions : Array(String) | Nil)
The list of Regions targeted for this organization or OU.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The organization root ID or organizational unit (OU) IDs where the StackSet is targeted.
The organization root ID or organizational unit (OU) IDs where the StackSet is targeted.
The list of Regions targeted for this organization or OU.