Struct rusoto_ec2::StopInstancesRequest [] [src]

pub struct StopInstancesRequest {
    pub dry_run: Option<bool>,
    pub force: Option<bool>,
    pub instance_ids: Vec<String>,
}

Contains the parameters for StopInstances.

Fields

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.

Forces the instances to stop. The instances do not have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures. This option is not recommended for Windows instances.

Default: false

One or more instance IDs.

Trait Implementations

impl Default for StopInstancesRequest
[src]

[src]

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

impl Debug for StopInstancesRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for StopInstancesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more