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

Class: Aws::SecurityHub::Types::AwsRdsDbDomainMembership

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

Overview

Note:

When passing AwsRdsDbDomainMembership as input to an Aws::Client method, you can use a vanilla Hash:

{
  domain: "NonEmptyString",
  status: "NonEmptyString",
  fqdn: "NonEmptyString",
  iam_role_name: "NonEmptyString",
}

Information about an Active Directory domain membership record associated with the DB instance.

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The identifier of the Active Directory domain.

Returns:

  • (String)

    The identifier of the Active Directory domain.

#fqdnString

The fully qualified domain name of the Active Directory domain.

Returns:

  • (String)

    The fully qualified domain name of the Active Directory domain.

#iam_role_nameString

The name of the IAM role to use when making API calls to the Directory Service.

Returns:

  • (String)

    The name of the IAM role to use when making API calls to the Directory Service.

#statusString

The status of the Active Directory Domain membership for the DB instance.

Returns:

  • (String)

    The status of the Active Directory Domain membership for the DB instance.