Struct aws_sdk_ec2::model::TargetConfigurationRequest
source · [−]#[non_exhaustive]pub struct TargetConfigurationRequest { /* private fields */ }
Expand description
Details about the target configuration.
Implementations
sourceimpl TargetConfigurationRequest
impl TargetConfigurationRequest
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 Convertible Reserved Instance offering ID.
sourceimpl TargetConfigurationRequest
impl TargetConfigurationRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetConfigurationRequest
.
Trait Implementations
sourceimpl Clone for TargetConfigurationRequest
impl Clone for TargetConfigurationRequest
sourcefn clone(&self) -> TargetConfigurationRequest
fn clone(&self) -> TargetConfigurationRequest
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 TargetConfigurationRequest
impl Debug for TargetConfigurationRequest
sourceimpl PartialEq<TargetConfigurationRequest> for TargetConfigurationRequest
impl PartialEq<TargetConfigurationRequest> for TargetConfigurationRequest
sourcefn eq(&self, other: &TargetConfigurationRequest) -> bool
fn eq(&self, other: &TargetConfigurationRequest) -> bool
impl StructuralPartialEq for TargetConfigurationRequest
Auto Trait Implementations
impl RefUnwindSafe for TargetConfigurationRequest
impl Send for TargetConfigurationRequest
impl Sync for TargetConfigurationRequest
impl Unpin for TargetConfigurationRequest
impl UnwindSafe for TargetConfigurationRequest
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