Class: Aws::Neptune::Types::DomainMembership

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

An Active Directory Domain membership record associated with a DB instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The identifier of the Active Directory Domain.

Returns:

  • (String)


4877
4878
4879
4880
4881
4882
4883
4884
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4877

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

#fqdnString

The fully qualified domain name of the Active Directory Domain.

Returns:

  • (String)


4877
4878
4879
4880
4881
4882
4883
4884
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4877

class DomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name)
  SENSITIVE = []
  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)


4877
4878
4879
4880
4881
4882
4883
4884
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4877

class DomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name)
  SENSITIVE = []
  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)


4877
4878
4879
4880
4881
4882
4883
4884
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4877

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