Struct aws_sdk_ec2::model::UnsuccessfulInstanceCreditSpecificationItem [−][src]
#[non_exhaustive]pub struct UnsuccessfulInstanceCreditSpecificationItem {
pub instance_id: Option<String>,
pub error: Option<UnsuccessfulInstanceCreditSpecificationItemError>,
}
Expand description
Describes the burstable performance instance whose credit option for CPU usage was not modified.
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.instance_id: Option<String>
The ID of the instance.
error: Option<UnsuccessfulInstanceCreditSpecificationItemError>
The applicable error for the burstable performance instance whose credit option for CPU usage was not modified.
Implementations
The ID of the instance.
The applicable error for the burstable performance instance whose credit option for CPU usage was not modified.
Creates a new builder-style object to manufacture UnsuccessfulInstanceCreditSpecificationItem
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
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