Struct aws_sdk_ec2::model::TargetConfiguration
source · #[non_exhaustive]pub struct TargetConfiguration { /* private fields */ }
Expand description
Information about the Convertible Reserved Instance offering.
Implementations§
source§impl 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.
source§impl TargetConfiguration
impl TargetConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetConfiguration
.
Trait Implementations§
source§impl Clone for TargetConfiguration
impl Clone for TargetConfiguration
source§fn clone(&self) -> TargetConfiguration
fn clone(&self) -> TargetConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TargetConfiguration
impl Debug for TargetConfiguration
source§impl PartialEq<TargetConfiguration> for TargetConfiguration
impl PartialEq<TargetConfiguration> for TargetConfiguration
source§fn eq(&self, other: &TargetConfiguration) -> bool
fn eq(&self, other: &TargetConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.