class Aws::SecurityHub::Types::AwsRdsDbClusterAssociatedRole

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

@note When making an API call, you may pass AwsRdsDbClusterAssociatedRole

data as a hash:

    {
      role_arn: "NonEmptyString",
      status: "NonEmptyString",
    }

@!attribute [rw] role_arn

The ARN of the IAM role.
@return [String]

@!attribute [rw] status

The status of the association between the IAM role and the DB
cluster.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsDbClusterAssociatedRole AWS API Documentation

Constants

SENSITIVE