Struct aws_sdk_ec2::model::InstanceCreditSpecification
source · [−]#[non_exhaustive]pub struct InstanceCreditSpecification { /* private fields */ }
Expand description
Describes the credit option for CPU usage of a burstable performance instance.
Implementations
sourceimpl InstanceCreditSpecification
impl InstanceCreditSpecification
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The ID of the instance.
sourcepub fn cpu_credits(&self) -> Option<&str>
pub fn cpu_credits(&self) -> Option<&str>
The credit option for CPU usage of the instance.
Valid values: standard
| unlimited
sourceimpl InstanceCreditSpecification
impl InstanceCreditSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstanceCreditSpecification
.
Trait Implementations
sourceimpl Clone for InstanceCreditSpecification
impl Clone for InstanceCreditSpecification
sourcefn clone(&self) -> InstanceCreditSpecification
fn clone(&self) -> InstanceCreditSpecification
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InstanceCreditSpecification
impl Debug for InstanceCreditSpecification
sourceimpl PartialEq<InstanceCreditSpecification> for InstanceCreditSpecification
impl PartialEq<InstanceCreditSpecification> for InstanceCreditSpecification
sourcefn eq(&self, other: &InstanceCreditSpecification) -> bool
fn eq(&self, other: &InstanceCreditSpecification) -> bool
impl StructuralPartialEq for InstanceCreditSpecification
Auto Trait Implementations
impl RefUnwindSafe for InstanceCreditSpecification
impl Send for InstanceCreditSpecification
impl Sync for InstanceCreditSpecification
impl Unpin for InstanceCreditSpecification
impl UnwindSafe for InstanceCreditSpecification
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