Struct rusoto_ec2::IdFormat[][src]

pub struct IdFormat {
    pub deadline: Option<String>,
    pub resource: Option<String>,
    pub use_long_ids: Option<bool>,
}

Describes the ID format for a resource.

Fields

The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.

The type of resource.

Indicates whether longer IDs (17-character IDs) are enabled for the resource.

Trait Implementations

impl Default for IdFormat
[src]

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

impl Debug for IdFormat
[src]

Formats the value using the given formatter. Read more

impl Clone for IdFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for IdFormat

impl Sync for IdFormat