Struct rusoto_rds::RemoveRoleFromDBClusterMessage [] [src]

pub struct RemoveRoleFromDBClusterMessage {
    pub db_cluster_identifier: String,
    pub role_arn: String,
}

Fields

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

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

Trait Implementations

impl Default for RemoveRoleFromDBClusterMessage
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for RemoveRoleFromDBClusterMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RemoveRoleFromDBClusterMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations