pub struct TargetConfiguration {
pub instance_count: Option<i64>,
pub offering_id: Option<String>,
}Expand description
Information about the Convertible Reserved Instance offering.
Fields§
§instance_count: Option<i64>The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request
offering_id: Option<String>The ID of the Convertible Reserved Instance offering.
Trait Implementations§
Source§impl Clone for TargetConfiguration
impl Clone for TargetConfiguration
Source§fn clone(&self) -> TargetConfiguration
fn clone(&self) -> TargetConfiguration
Returns a duplicate 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 Default for TargetConfiguration
impl Default for TargetConfiguration
Source§fn default() -> TargetConfiguration
fn default() -> TargetConfiguration
Returns the “default value” for a type. Read more
Source§impl PartialEq for TargetConfiguration
impl PartialEq for TargetConfiguration
impl StructuralPartialEq for TargetConfiguration
Auto Trait Implementations§
impl Freeze for TargetConfiguration
impl RefUnwindSafe for TargetConfiguration
impl Send for TargetConfiguration
impl Sync for TargetConfiguration
impl Unpin for TargetConfiguration
impl UnwindSafe for TargetConfiguration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more