Struct aws_sdk_ec2::model::IdFormat
source · [−]#[non_exhaustive]pub struct IdFormat { /* private fields */ }
Expand description
Describes the ID format for a resource.
Implementations
sourceimpl IdFormat
impl IdFormat
sourcepub fn deadline(&self) -> Option<&DateTime>
pub fn deadline(&self) -> Option<&DateTime>
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.
sourcepub fn use_long_ids(&self) -> Option<bool>
pub fn use_long_ids(&self) -> Option<bool>
Indicates whether longer IDs (17-character IDs) are enabled for the resource.
Trait Implementations
impl StructuralPartialEq for IdFormat
Auto Trait Implementations
impl RefUnwindSafe for IdFormat
impl Send for IdFormat
impl Sync for IdFormat
impl Unpin for IdFormat
impl UnwindSafe for IdFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more