Struct aws_sdk_ec2::model::TargetConfiguration
source · [−]#[non_exhaustive]pub struct TargetConfiguration { /* private fields */ }
Expand description
Information about the Convertible Reserved Instance offering.
Implementations
sourceimpl TargetConfiguration
impl TargetConfiguration
sourcepub fn instance_count(&self) -> Option<i32>
pub fn instance_count(&self) -> Option<i32>
The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request
sourcepub fn offering_id(&self) -> Option<&str>
pub fn offering_id(&self) -> Option<&str>
The ID of the Convertible Reserved Instance offering.
sourceimpl TargetConfiguration
impl TargetConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetConfiguration
.
Trait Implementations
sourceimpl Clone for TargetConfiguration
impl Clone for TargetConfiguration
sourcefn clone(&self) -> TargetConfiguration
fn clone(&self) -> TargetConfiguration
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 TargetConfiguration
impl Debug for TargetConfiguration
sourceimpl PartialEq<TargetConfiguration> for TargetConfiguration
impl PartialEq<TargetConfiguration> for TargetConfiguration
sourcefn eq(&self, other: &TargetConfiguration) -> bool
fn eq(&self, other: &TargetConfiguration) -> bool
impl StructuralPartialEq for TargetConfiguration
Auto Trait Implementations
impl RefUnwindSafe for TargetConfiguration
impl Send for TargetConfiguration
impl Sync for TargetConfiguration
impl Unpin for TargetConfiguration
impl UnwindSafe for TargetConfiguration
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