Struct rusoto_rds::DescribeDBSnapshotAttributesMessage [] [src]

pub struct DescribeDBSnapshotAttributesMessage {
    pub db_snapshot_identifier: String,
}

Fields

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

Trait Implementations

impl Default for DescribeDBSnapshotAttributesMessage
[src]

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

impl Debug for DescribeDBSnapshotAttributesMessage
[src]

Formats the value using the given formatter.

impl Clone for DescribeDBSnapshotAttributesMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more