Class: Aws::CloudFormation::Types::StackSetAutoDeploymentTargetSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

One of the targets for the stack set. Returned by the

ListStackSetAutoDeploymentTargets][1

API operation.

[1]: docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#organizational_unit_idString

The organization root ID or organizational unit (OU) IDs where the stack set is targeted.

Returns:

  • (String)


8962
8963
8964
8965
8966
8967
# File 'lib/aws-sdk-cloudformation/types.rb', line 8962

class StackSetAutoDeploymentTargetSummary < Struct.new(
  :organizational_unit_id,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

The list of Regions targeted for this organization or OU.

Returns:

  • (Array<String>)


8962
8963
8964
8965
8966
8967
# File 'lib/aws-sdk-cloudformation/types.rb', line 8962

class StackSetAutoDeploymentTargetSummary < Struct.new(
  :organizational_unit_id,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end