pub struct DescribeAggregateIdFormatResult {
pub statuses: Option<Vec<IdFormat>>,
pub use_long_ids_aggregated: Option<bool>,
}
Fields§
§statuses: Option<Vec<IdFormat>>
Information about each resource's ID format.
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.
Trait Implementations§
Source§impl Clone for DescribeAggregateIdFormatResult
impl Clone for DescribeAggregateIdFormatResult
Source§fn clone(&self) -> DescribeAggregateIdFormatResult
fn clone(&self) -> DescribeAggregateIdFormatResult
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for DescribeAggregateIdFormatResult
impl Default for DescribeAggregateIdFormatResult
Source§fn default() -> DescribeAggregateIdFormatResult
fn default() -> DescribeAggregateIdFormatResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeAggregateIdFormatResult
impl PartialEq for DescribeAggregateIdFormatResult
Source§fn eq(&self, other: &DescribeAggregateIdFormatResult) -> bool
fn eq(&self, other: &DescribeAggregateIdFormatResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeAggregateIdFormatResult
Auto Trait Implementations§
impl Freeze for DescribeAggregateIdFormatResult
impl RefUnwindSafe for DescribeAggregateIdFormatResult
impl Send for DescribeAggregateIdFormatResult
impl Sync for DescribeAggregateIdFormatResult
impl Unpin for DescribeAggregateIdFormatResult
impl UnwindSafe for DescribeAggregateIdFormatResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more