Class: Aws::SecurityHub::Types::AwsRdsDbClusterAssociatedRole
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbClusterAssociatedRole
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass AwsRdsDbClusterAssociatedRole data as a hash:
{
role_arn: "NonEmptyString",
status: "NonEmptyString",
}
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.
14832 14833 14834 14835 14836 14837 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14832 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.
14832 14833 14834 14835 14836 14837 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14832 class AwsRdsDbClusterAssociatedRole < Struct.new( :role_arn, :status) SENSITIVE = [] include Aws::Structure end |