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 or CreateMicrosoftAD operation.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory to which you want to add Region replication.
171 172 173 174 175 176 177 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 171 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`.
171 172 173 174 175 176 177 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 171 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 or CreateMicrosoftAD operation.
171 172 173 174 175 176 177 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 171 class AddRegionRequest < Struct.new( :directory_id, :region_name, :vpc_settings) SENSITIVE = [] include Aws::Structure end |