Struct rusoto_ec2::CreateImageRequest [] [src]

pub struct CreateImageRequest {
    pub block_device_mappings: Option<Vec<BlockDeviceMapping>>,
    pub description: Option<String>,
    pub dry_run: Option<bool>,
    pub instance_id: String,
    pub name: String,
    pub no_reboot: Option<bool>,
}

Contains the parameters for CreateImage.

Fields

Information about one or more block device mappings.

A description for the new image.

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 ID of the instance.

A name for the new image.

Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)

By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image. If the 'No Reboot' option is set, Amazon EC2 doesn't shut down the instance before creating the image. When this option is used, file system integrity on the created image can't be guaranteed.

Trait Implementations

impl Default for CreateImageRequest
[src]

[src]

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

impl Debug for CreateImageRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateImageRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more