Class: Aws::RDS::Types::DomainMembership

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

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)


8774
8775
8776
8777
8778
8779
8780
# File 'lib/aws-sdk-rds/types.rb', line 8774

class DomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name)
  include Aws::Structure
end

#fqdnString

The fully qualified domain name of the Active Directory Domain.

Returns:

  • (String)


8774
8775
8776
8777
8778
8779
8780
# File 'lib/aws-sdk-rds/types.rb', line 8774

class DomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name)
  include Aws::Structure
end

#iam_role_nameString

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

Returns:

  • (String)


8774
8775
8776
8777
8778
8779
8780
# File 'lib/aws-sdk-rds/types.rb', line 8774

class DomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name)
  include Aws::Structure
end

#statusString

The status of the DB instance’s Active Directory Domain membership, such as joined, pending-join, failed etc).

Returns:

  • (String)


8774
8775
8776
8777
8778
8779
8780
# File 'lib/aws-sdk-rds/types.rb', line 8774

class DomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name)
  include Aws::Structure
end