Struct rusoto_ec2::DescribeConversionTasksRequest [] [src]

pub struct DescribeConversionTasksRequest {
    pub conversion_task_ids: Option<Vec<String>>,
    pub dry_run: Option<bool>,
}

Contains the parameters for DescribeConversionTasks.

Fields

One or more conversion task IDs.

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.

Trait Implementations

impl Default for DescribeConversionTasksRequest
[src]

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

impl Debug for DescribeConversionTasksRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeConversionTasksRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more