Class: Aws::ControlTower::Types::Region

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The Amazon Web Services Region name.

Returns:

  • (String)


1558
1559
1560
1561
1562
# File 'lib/aws-sdk-controltower/types.rb', line 1558

class Region < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end