Struct aws_sdk_ec2::model::InstanceUsage [−][src]
#[non_exhaustive]pub struct InstanceUsage {
pub account_id: Option<String>,
pub used_instance_count: Option<i32>,
}
Expand description
Information about the Capacity Reservation usage.
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.account_id: Option<String>
The ID of the Amazon Web Services account that is making use of the Capacity Reservation.
used_instance_count: Option<i32>
The number of instances the Amazon Web Services account currently has in the Capacity Reservation.
Implementations
The ID of the Amazon Web Services account that is making use of the Capacity Reservation.
The number of instances the Amazon Web Services account currently has in the Capacity Reservation.
Creates a new builder-style object to manufacture InstanceUsage
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 InstanceUsage
impl Send for InstanceUsage
impl Sync for InstanceUsage
impl Unpin for InstanceUsage
impl UnwindSafe for InstanceUsage
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