Struct aws_sdk_ec2::model::ProvisionedBandwidth [−][src]
#[non_exhaustive]pub struct ProvisionedBandwidth {
pub provision_time: Option<DateTime>,
pub provisioned: Option<String>,
pub request_time: Option<DateTime>,
pub requested: Option<String>,
pub status: Option<String>,
}
Expand description
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
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.provision_time: Option<DateTime>
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
provisioned: Option<String>
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
request_time: Option<DateTime>
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
requested: Option<String>
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
status: Option<String>
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
Implementations
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
Creates a new builder-style object to manufacture ProvisionedBandwidth
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 RefUnwindSafe for ProvisionedBandwidth
impl Send for ProvisionedBandwidth
impl Sync for ProvisionedBandwidth
impl Unpin for ProvisionedBandwidth
impl UnwindSafe for ProvisionedBandwidth
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