Class: Aws::DirectoryService::Types::RegionsInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::RegionsInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Provides information about the Regions that are configured for multi-Region replication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_regions ⇒ Array<String>
Lists the Regions where the directory has been replicated, excluding the primary Region.
-
#primary_region ⇒ String
The Region where the Managed Microsoft AD directory was originally created.
Instance Attribute Details
#additional_regions ⇒ Array<String>
Lists the Regions where the directory has been replicated, excluding the primary Region.
3595 3596 3597 3598 3599 3600 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3595 class RegionsInfo < Struct.new( :primary_region, :additional_regions) SENSITIVE = [] include Aws::Structure end |
#primary_region ⇒ String
The Region where the Managed Microsoft AD directory was originally created.
3595 3596 3597 3598 3599 3600 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3595 class RegionsInfo < Struct.new( :primary_region, :additional_regions) SENSITIVE = [] include Aws::Structure end |