Struct rusoto_ec2::ImportSnapshotRequest [] [src]

pub struct ImportSnapshotRequest {
    pub client_data: Option<ClientData>,
    pub client_token: Option<String>,
    pub description: Option<String>,
    pub disk_container: Option<SnapshotDiskContainer>,
    pub dry_run: Option<bool>,
    pub role_name: Option<String>,
}

Contains the parameters for ImportSnapshot.

Fields

The client-specific data.

Token to enable idempotency for VM import requests.

The description string for the import snapshot task.

Information about the disk container.

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 name of the role to use when not using the default role, 'vmimport'.

Trait Implementations

impl Default for ImportSnapshotRequest
[src]

[src]

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

impl Debug for ImportSnapshotRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImportSnapshotRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more