Struct aws_sdk_ec2::model::IdFormat [−][src]
#[non_exhaustive]pub struct IdFormat {
pub deadline: Option<DateTime>,
pub resource: Option<String>,
pub use_long_ids: Option<bool>,
}
Expand description
Describes the ID format for a resource.
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.deadline: 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.
resource: Option<String>
The type of resource.
use_long_ids: Option<bool>
Indicates whether longer IDs (17-character IDs) are enabled for the resource.
Implementations
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.
Indicates whether longer IDs (17-character IDs) are enabled for the resource.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IdFormat
impl UnwindSafe for IdFormat
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