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: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

Alternatively, use the all-current option to include all resource types that are currently within their opt-in period for longer IDs.

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

Trait Implementations

impl Default for ModifyIdFormatRequest
[src]

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

impl Debug for ModifyIdFormatRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for ModifyIdFormatRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ModifyIdFormatRequest
[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