You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectoryService::Types::RegionDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The replicated regional information for a directory.

Instance Attribute Summary collapse

Instance Attribute Details

#desired_number_of_domain_controllersInteger

The desired number of domain controllers in the specified Region for the specified directory.

Returns:

  • (Integer)

    The desired number of domain controllers in the specified Region for the specified directory.

#directory_idString

The identifier of the directory.

Returns:

  • (String)

    The identifier of the directory.

#last_updated_date_timeTime

The date and time that the Region description was last updated.

Returns:

  • (Time)

    The date and time that the Region description was last updated.

#launch_timeTime

Specifies when the Region replication began.

Returns:

  • (Time)

    Specifies when the Region replication began.

#region_nameString

The name of the Region. For example, us-east-1.

Returns:

  • (String)

    The name of the Region.

#region_typeString

Specifies if the Region is the primary Region or an additional Region.

Possible values:

  • Primary
  • Additional

Returns:

  • (String)

    Specifies if the Region is the primary Region or an additional Region.

#statusString

The status of the replication process for the specified Region.

Possible values:

  • Requested
  • Creating
  • Created
  • Active
  • Inoperable
  • Impaired
  • Restoring
  • RestoreFailed
  • Deleting
  • Deleted
  • Failed

Returns:

  • (String)

    The status of the replication process for the specified Region.

#status_last_updated_date_timeTime

The date and time that the Region status was last updated.

Returns:

  • (Time)

    The date and time that the Region status was last updated.

#vpc_settingsTypes::DirectoryVpcSettings

Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.

Returns: