Struct rusoto_ec2::ModifyIdFormatRequest [] [src]

pub struct ModifyIdFormatRequest {
    pub resource: String,
    pub use_long_ids: bool,
}

Contains the parameters of ModifyIdFormat.

Fields

The type of resource: instance | reservation | snapshot | volume

Indicate whether the resource should use longer IDs (17-character IDs).

Trait Implementations

impl Default for ModifyIdFormatRequest
[src]

[src]

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

impl Debug for ModifyIdFormatRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ModifyIdFormatRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more