Struct rusoto_ec2::DescribeIdFormatRequest [] [src]

pub struct DescribeIdFormatRequest {
    pub resource: Option<String>,
}

Contains the parameters for DescribeIdFormat.

Fields

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

Trait Implementations

impl Default for DescribeIdFormatRequest
[src]

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

impl Debug for DescribeIdFormatRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeIdFormatRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more