Struct rusoto_ec2::RunScheduledInstancesRequest [] [src]

pub struct RunScheduledInstancesRequest {
    pub client_token: Option<String>,
    pub dry_run: Option<bool>,
    pub instance_count: Option<i64>,
    pub launch_specification: ScheduledInstancesLaunchSpecification,
    pub scheduled_instance_id: String,
}

Contains the parameters for RunScheduledInstances.

Fields

Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

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 number of instances.

Default: 1

The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.

The Scheduled Instance ID.

Trait Implementations

impl Default for RunScheduledInstancesRequest
[src]

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

impl Debug for RunScheduledInstancesRequest
[src]

Formats the value using the given formatter.

impl Clone for RunScheduledInstancesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more