Class: Aws::RDS::Types::DomainMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DomainMembership
- Includes:
- Structure
- Defined in:
- 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.
13064 13065 13066 13067 13068 13069 13070 13071 |
# File 'lib/aws-sdk-rds/types.rb', line 13064 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.
13064 13065 13066 13067 13068 13069 13070 13071 |
# File 'lib/aws-sdk-rds/types.rb', line 13064 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.
13064 13065 13066 13067 13068 13069 13070 13071 |
# File 'lib/aws-sdk-rds/types.rb', line 13064 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.
13064 13065 13066 13067 13068 13069 13070 13071 |
# File 'lib/aws-sdk-rds/types.rb', line 13064 class DomainMembership < Struct.new( :domain, :status, :fqdn, :iam_role_name) SENSITIVE = [] include Aws::Structure end |