class Aws::RDS::Types::RemoveRoleFromDBClusterMessage

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

data as a hash:

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

@!attribute [rw] db_cluster_identifier

The name of the DB cluster 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 Aurora DB cluster, for example
`arn:aws:iam::123456789012:role/AuroraAccessRole`.
@return [String]

@!attribute [rw] feature_name

The name of the feature for the DB cluster 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/RemoveRoleFromDBClusterMessage AWS API Documentation

Constants

SENSITIVE