Class: Aws::DirectoryService::Types::AddRegionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::AddRegionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier of the directory to which you want to add Region replication.
-
#region_name ⇒ String
The name of the Region where you want to add domain controllers for replication.
-
#vpc_settings ⇒ Types::DirectoryVpcSettings
Contains VPC information for the CreateDirectory, CreateMicrosoftAD, or CreateHybridAD operation.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory to which you want to add Region replication.
201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 201 class AddRegionRequest < Struct.new( :directory_id, :region_name, :vpc_settings) SENSITIVE = [] include Aws::Structure end |
#region_name ⇒ String
The name of the Region where you want to add domain controllers for replication. For example, ‘us-east-1`.
201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 201 class AddRegionRequest < Struct.new( :directory_id, :region_name, :vpc_settings) SENSITIVE = [] include Aws::Structure end |
#vpc_settings ⇒ Types::DirectoryVpcSettings
Contains VPC information for the CreateDirectory, CreateMicrosoftAD, or CreateHybridAD operation.
201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 201 class AddRegionRequest < Struct.new( :directory_id, :region_name, :vpc_settings) SENSITIVE = [] include Aws::Structure end |