Struct rusoto_ec2::ModifySnapshotAttributeRequest [] [src]

pub struct ModifySnapshotAttributeRequest {
    pub attribute: Option<String>,
    pub create_volume_permission: Option<CreateVolumePermissionModifications>,
    pub dry_run: Option<bool>,
    pub group_names: Option<Vec<String>>,
    pub operation_type: Option<String>,
    pub snapshot_id: String,
    pub user_ids: Option<Vec<String>>,
}

Contains the parameters for ModifySnapshotAttribute.

Fields

The snapshot attribute to modify.

Only volume creation permissions may be modified at the customer level.

A JSON representation of the snapshot attribute modification.

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

The group to modify for the snapshot.

The type of operation to perform to the attribute.

The ID of the snapshot.

The account ID to modify for the snapshot.

Trait Implementations

impl Default for ModifySnapshotAttributeRequest
[src]

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

impl Debug for ModifySnapshotAttributeRequest
[src]

Formats the value using the given formatter.

impl Clone for ModifySnapshotAttributeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more