Class: Aws::SecurityHub::Types::AwsRdsDbDomainMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbDomainMembership
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass AwsRdsDbDomainMembership data as a hash:
{
domain: "NonEmptyString",
status: "NonEmptyString",
fqdn: "NonEmptyString",
iam_role_name: "NonEmptyString",
}
Information about an Active Directory domain membership record associated with the 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 use when making API calls to the Directory Service.
-
#status ⇒ String
The status of the Active Directory Domain membership for the DB instance.
Instance Attribute Details
#domain ⇒ String
The identifier of the Active Directory domain.
15386 15387 15388 15389 15390 15391 15392 15393 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15386 class AwsRdsDbDomainMembership < 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.
15386 15387 15388 15389 15390 15391 15392 15393 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15386 class AwsRdsDbDomainMembership < Struct.new( :domain, :status, :fqdn, :iam_role_name) SENSITIVE = [] include Aws::Structure end |
#iam_role_name ⇒ String
The name of the IAM role to use when making API calls to the Directory Service.
15386 15387 15388 15389 15390 15391 15392 15393 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15386 class AwsRdsDbDomainMembership < 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.
15386 15387 15388 15389 15390 15391 15392 15393 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15386 class AwsRdsDbDomainMembership < Struct.new( :domain, :status, :fqdn, :iam_role_name) SENSITIVE = [] include Aws::Structure end |