Class: Aws::DirectoryService::Types::RegionDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::RegionDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
The replicated Region information for a directory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_number_of_domain_controllers ⇒ Integer
The desired number of domain controllers in the specified Region for the specified directory.
-
#directory_id ⇒ String
The identifier of the directory.
-
#last_updated_date_time ⇒ Time
The date and time that the Region description was last updated.
-
#launch_time ⇒ Time
Specifies when the Region replication began.
-
#region_name ⇒ String
The name of the Region.
-
#region_type ⇒ String
Specifies whether the Region is the primary Region or an additional Region.
-
#status ⇒ String
The status of the replication process for the specified Region.
-
#status_last_updated_date_time ⇒ Time
The date and time that the Region status was last updated.
-
#vpc_settings ⇒ Types::DirectoryVpcSettings
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
Instance Attribute Details
#desired_number_of_domain_controllers ⇒ Integer
The desired number of domain controllers in the specified Region for the specified directory.
3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3546 class RegionDescription < Struct.new( :directory_id, :region_name, :region_type, :status, :vpc_settings, :desired_number_of_domain_controllers, :launch_time, :status_last_updated_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The identifier of the directory.
3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3546 class RegionDescription < Struct.new( :directory_id, :region_name, :region_type, :status, :vpc_settings, :desired_number_of_domain_controllers, :launch_time, :status_last_updated_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The date and time that the Region description was last updated.
3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3546 class RegionDescription < Struct.new( :directory_id, :region_name, :region_type, :status, :vpc_settings, :desired_number_of_domain_controllers, :launch_time, :status_last_updated_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#launch_time ⇒ Time
Specifies when the Region replication began.
3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3546 class RegionDescription < Struct.new( :directory_id, :region_name, :region_type, :status, :vpc_settings, :desired_number_of_domain_controllers, :launch_time, :status_last_updated_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#region_name ⇒ String
The name of the Region. For example, ‘us-east-1`.
3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3546 class RegionDescription < Struct.new( :directory_id, :region_name, :region_type, :status, :vpc_settings, :desired_number_of_domain_controllers, :launch_time, :status_last_updated_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#region_type ⇒ String
Specifies whether the Region is the primary Region or an additional Region.
3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3546 class RegionDescription < Struct.new( :directory_id, :region_name, :region_type, :status, :vpc_settings, :desired_number_of_domain_controllers, :launch_time, :status_last_updated_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the replication process for the specified Region.
3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3546 class RegionDescription < Struct.new( :directory_id, :region_name, :region_type, :status, :vpc_settings, :desired_number_of_domain_controllers, :launch_time, :status_last_updated_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#status_last_updated_date_time ⇒ Time
The date and time that the Region status was last updated.
3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3546 class RegionDescription < Struct.new( :directory_id, :region_name, :region_type, :status, :vpc_settings, :desired_number_of_domain_controllers, :launch_time, :status_last_updated_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#vpc_settings ⇒ Types::DirectoryVpcSettings
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3546 class RegionDescription < Struct.new( :directory_id, :region_name, :region_type, :status, :vpc_settings, :desired_number_of_domain_controllers, :launch_time, :status_last_updated_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |