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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The Amazon Web Services Region name.

Returns:

  • (String)


1435
1436
1437
1438
1439
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1435

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