Class: Aws::Neptune::Types::DomainMembership
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::DomainMembership
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      4877 4878 4879 4880 4881 4882 4883 4884  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 4877 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.
      4877 4878 4879 4880 4881 4882 4883 4884  | 
    
      # File '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_name ⇒ String
The name of the IAM role to be used when making API calls to the Directory Service.
      4877 4878 4879 4880 4881 4882 4883 4884  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 4877 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).
      4877 4878 4879 4880 4881 4882 4883 4884  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 4877 class DomainMembership < Struct.new( :domain, :status, :fqdn, :iam_role_name) SENSITIVE = [] include Aws::Structure end  |