Class: Aws::SecurityHub::Types::AwsRdsDbClusterAssociatedRole

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

Overview

An IAM role that is associated with the Amazon RDS DB cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

The ARN of the IAM role.

Returns:

  • (String)


15049
15050
15051
15052
15053
15054
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15049

class AwsRdsDbClusterAssociatedRole < Struct.new(
  :role_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the association between the IAM role and the DB cluster. Valid values are as follows:

  • ACTIVE

  • INVALID

  • PENDING

Returns:

  • (String)


15049
15050
15051
15052
15053
15054
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15049

class AwsRdsDbClusterAssociatedRole < Struct.new(
  :role_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end