Class: Aws::SecurityHub::Types::AwsRdsDbDomainMembership

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Information about an Active Directory domain membership record associated with the DB instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The identifier of the Active Directory domain.

Returns:

  • (String)


16189
16190
16191
16192
16193
16194
16195
16196
# File 'lib/aws-sdk-securityhub/types.rb', line 16189

class AwsRdsDbDomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name)
  SENSITIVE = []
  include Aws::Structure
end

#fqdnString

The fully qualified domain name of the Active Directory domain.

Returns:

  • (String)


16189
16190
16191
16192
16193
16194
16195
16196
# File 'lib/aws-sdk-securityhub/types.rb', line 16189

class AwsRdsDbDomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name)
  SENSITIVE = []
  include Aws::Structure
end

#iam_role_nameString

The name of the IAM role to use when making API calls to the Directory Service.

Returns:

  • (String)


16189
16190
16191
16192
16193
16194
16195
16196
# File 'lib/aws-sdk-securityhub/types.rb', line 16189

class AwsRdsDbDomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Active Directory Domain membership for the DB instance.

Returns:

  • (String)


16189
16190
16191
16192
16193
16194
16195
16196
# File 'lib/aws-sdk-securityhub/types.rb', line 16189

class AwsRdsDbDomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name)
  SENSITIVE = []
  include Aws::Structure
end