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]

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

impl Debug for DescribeSnapshotAttributeResult
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeSnapshotAttributeResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeSnapshotAttributeResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations