Class: Aws::RDS::Types::DomainMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DomainMembership
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
An Active Directory Domain membership record associated with the DB instance or cluster.
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 Active Directory Domain membership for the DB instance or cluster.
Instance Attribute Details
#domain ⇒ String
The identifier of the Active Directory Domain.
12815 12816 12817 12818 12819 12820 12821 12822 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12815 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.
12815 12816 12817 12818 12819 12820 12821 12822 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12815 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.
12815 12816 12817 12818 12819 12820 12821 12822 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12815 class DomainMembership < Struct.new( :domain, :status, :fqdn, :iam_role_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.
12815 12816 12817 12818 12819 12820 12821 12822 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12815 class DomainMembership < Struct.new( :domain, :status, :fqdn, :iam_role_name) SENSITIVE = [] include Aws::Structure end |