Class: Aws::Neptune::Types::DomainMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DomainMembership
- 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
-
#domain ⇒ String
The identifier of the Active Directory Domain.
-
#fqdn ⇒ String
The fully qualified domain name of the Active Directory Domain.
-
#iam_role_name ⇒ String
The name of the IAM role to be used when making API calls to the Directory Service.
-
#status ⇒ String
The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
Instance Attribute Details
#domain ⇒ String
The identifier of the Active Directory Domain.
4912 4913 4914 4915 4916 4917 4918 4919 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4912 class DomainMembership < Struct.new( :domain, :status, :fqdn, :iam_role_name) SENSITIVE = [] include Aws::Structure end |
#fqdn ⇒ String
The fully qualified domain name of the Active Directory Domain.
4912 4913 4914 4915 4916 4917 4918 4919 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4912 class DomainMembership < Struct.new( :domain, :status, :fqdn, :iam_role_name) SENSITIVE = [] include Aws::Structure end |
#iam_role_name ⇒ String
The name of the IAM role to be used when making API calls to the Directory Service.
4912 4913 4914 4915 4916 4917 4918 4919 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4912 class DomainMembership < Struct.new( :domain, :status, :fqdn, :iam_role_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
4912 4913 4914 4915 4916 4917 4918 4919 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4912 class DomainMembership < Struct.new( :domain, :status, :fqdn, :iam_role_name) SENSITIVE = [] include Aws::Structure end |