Struct aws_sdk_ec2::output::DescribeAggregateIdFormatOutput [−][src]
#[non_exhaustive]pub struct DescribeAggregateIdFormatOutput {
pub use_long_ids_aggregated: Option<bool>,
pub statuses: Option<Vec<IdFormat>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.use_long_ids_aggregated: Option<bool>
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.
statuses: Option<Vec<IdFormat>>
Information about each resource's ID format.
Implementations
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.
Creates a new builder-style object to manufacture DescribeAggregateIdFormatOutput
Trait Implementations
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 DescribeAggregateIdFormatOutput
impl Sync for DescribeAggregateIdFormatOutput
impl Unpin for DescribeAggregateIdFormatOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more