You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsRdsDbClusterAssociatedRole as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

The ARN of the IAM role.

Returns:

  • (String)

    The ARN of the IAM role.

#statusString

The status of the association between the IAM role and the DB cluster.

Returns:

  • (String)

    The status of the association between the IAM role and the DB cluster.