Struct rusoto_ec2::DescribeIdFormatRequest[][src]

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

Contains the parameters for DescribeIdFormat.

Fields

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

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. Read more

impl Clone for DescribeIdFormatRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeIdFormatRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations