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

Class: Aws::SecurityHub::Types::AwsRdsDbInstanceAssociatedRole

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

Overview

Note:

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

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

An AWS Identity and Access Management (IAM) role associated with the DB instance.

Instance Attribute Summary collapse

Instance Attribute Details

#feature_nameString

The name of the feature associated with the IAM)role.

Returns:

  • (String)

    The name of the feature associated with the IAM)role.

#role_arnString

The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.

#statusString

Describes the state of the association between the IAM role and the DB instance. The Status property returns one of the following values:

  • ACTIVE - The IAM role ARN is associated with the DB instance and can be used to access other AWS services on your behalf.

  • PENDING - The IAM role ARN is being associated with the DB instance.

  • INVALID - The IAM role ARN is associated with the DB instance. But the DB instance is unable to assume the IAM role in order to access other AWS services on your behalf.

Returns:

  • (String)

    Describes the state of the association between the IAM role and the DB instance.