Struct rusoto_ec2::DescribeAggregateIdFormatResult[][src]

pub struct DescribeAggregateIdFormatResult {
    pub statuses: Option<Vec<IdFormat>>,
    pub use_long_ids_aggregated: Option<bool>,
}

Fields

Information about each resource's ID format.

Indicates whether all resource types in the region are configured to use longer IDs. This value is only true if all users are configured to use longer IDs for all resources types in the region.

Trait Implementations

impl Default for DescribeAggregateIdFormatResult
[src]

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

impl Debug for DescribeAggregateIdFormatResult
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeAggregateIdFormatResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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