Class: Aws::SecurityHub::Types::AwsRdsDbClusterAssociatedRole
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbClusterAssociatedRole
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#role_arn ⇒ String
The ARN of the IAM role.
-
#status ⇒ String
The status of the association between the IAM role and the DB cluster.
Instance Attribute Details
#role_arn ⇒ String
The ARN of the IAM role.
15648 15649 15650 15651 15652 15653 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15648 class AwsRdsDbClusterAssociatedRole < Struct.new( :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the association between the IAM role and the DB cluster. Valid values are as follows:
-
‘ACTIVE`
-
‘INVALID`
-
‘PENDING`
15648 15649 15650 15651 15652 15653 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15648 class AwsRdsDbClusterAssociatedRole < Struct.new( :role_arn, :status) SENSITIVE = [] include Aws::Structure end |