Class: Aws::CloudFormation::Types::StackSetAutoDeploymentTargetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::StackSetAutoDeploymentTargetSummary
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
One of the targets for the stack set. Returned by the ListStackSetAutoDeploymentTargets API operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organizational_unit_id ⇒ String
The organization root ID or organizational unit (OU) IDs where the stack set is targeted.
-
#regions ⇒ Array<String>
The list of Regions targeted for this organization or OU.
Instance Attribute Details
#organizational_unit_id ⇒ String
The organization root ID or organizational unit (OU) IDs where the stack set is targeted.
9046 9047 9048 9049 9050 9051 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9046 class StackSetAutoDeploymentTargetSummary < Struct.new( :organizational_unit_id, :regions) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
The list of Regions targeted for this organization or OU.
9046 9047 9048 9049 9050 9051 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9046 class StackSetAutoDeploymentTargetSummary < Struct.new( :organizational_unit_id, :regions) SENSITIVE = [] include Aws::Structure end |