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

Class: Aws::RDS::Types::RemoveRoleFromDBInstanceMessage

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

Overview

Note:

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

{
  db_instance_identifier: "String", # required
  role_arn: "String", # required
  feature_name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifierString

The name of the DB instance to disassociate the IAM role from.

Returns:

  • (String)

    The name of the DB instance to disassociate the IAM role from.

#feature_nameString

The name of the feature for the DB instance that the IAM role is to be disassociated from. For the list of supported feature names, see DBEngineVersion.

Returns:

  • (String)

    The name of the feature for the DB instance that the IAM role is to be disassociated from.

#role_arnString

The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example arn:aws:iam::123456789012:role/AccessRole.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example arn:aws:iam::123456789012:role/AccessRole.