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

Class: Aws::DirectoryService::Types::OwnerDirectoryDescription

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

Overview

Describes the directory owner account details that have been shared to the directory consumer account.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Identifier of the directory owner account.

Returns:

  • (String)

    Identifier of the directory owner account.

#directory_idString

Identifier of the AWS Managed Microsoft AD directory in the directory owner account.

Returns:

  • (String)

    Identifier of the AWS Managed Microsoft AD directory in the directory owner account.

#dns_ip_addrsArray<String>

IP address of the directory’s domain controllers.

Returns:

  • (Array<String>)

    IP address of the directory’s domain controllers.

#radius_settingsTypes::RadiusSettings

A RadiusSettings object that contains information about the RADIUS server.

Returns:

#radius_statusString

Information about the status of the RADIUS server.

Possible values:

  • Creating
  • Completed
  • Failed

Returns:

  • (String)

    Information about the status of the RADIUS server.

#vpc_settingsTypes::DirectoryVpcSettingsDescription

Information about the VPC settings for the directory.

Returns: