Class: Aws::ControlTower::Types::Region
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::Region
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
An Amazon Web Services Region in which Amazon Web Services Control Tower expects to find the control deployed.
The expected Regions are based on the Regions that are governed by the landing zone. In certain cases, a control is not actually enabled in the Region as expected, such as during drift, or [mixed governance].
[1]: docs.aws.amazon.com/controltower/latest/userguide/region-how.html#mixed-governance
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The Amazon Web Services Region name.
Instance Attribute Details
#name ⇒ String
The Amazon Web Services Region name.
1777 1778 1779 1780 1781 |
# File 'lib/aws-sdk-controltower/types.rb', line 1777 class Region < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |