class Aws::RDS::Types::RemoveRoleFromDBInstanceMessage

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

data as a hash:

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

@!attribute [rw] db_instance_identifier

The name of the DB instance to disassociate the IAM role from.
@return [String]

@!attribute [rw] role_arn

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

@!attribute [rw] feature_name

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`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RemoveRoleFromDBInstanceMessage AWS API Documentation

Constants

SENSITIVE