Struct rusoto_rds::DescribeDBClusterSnapshotAttributesMessage [] [src]

pub struct DescribeDBClusterSnapshotAttributesMessage {
    pub db_cluster_snapshot_identifier: String,
}

Fields

The identifier for the DB cluster snapshot to describe the attributes for.

Trait Implementations

impl Default for DescribeDBClusterSnapshotAttributesMessage
[src]

[src]

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

impl Debug for DescribeDBClusterSnapshotAttributesMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeDBClusterSnapshotAttributesMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations