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]

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

impl Debug for DescribeDBClusterSnapshotAttributesMessage
[src]

Formats the value using the given formatter.

impl Clone for DescribeDBClusterSnapshotAttributesMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more