Struct rusoto_ec2::DescribeSnapshotAttributeResult [] [src]

pub struct DescribeSnapshotAttributeResult {
    pub create_volume_permissions: Option<Vec<CreateVolumePermission>>,
    pub product_codes: Option<Vec<ProductCode>>,
    pub snapshot_id: Option<String>,
}

Contains the output of DescribeSnapshotAttribute.

Fields

A list of permissions for creating volumes from the snapshot.

A list of product codes.

The ID of the EBS snapshot.

Trait Implementations

impl Default for DescribeSnapshotAttributeResult
[src]

[src]

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

impl Debug for DescribeSnapshotAttributeResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeSnapshotAttributeResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more