[−][src]Struct rusoto_ce::CoverageNormalizedUnits
The amount of instance usage, in normalized units. Normalized units enable you to see your EC2 usage for multiple sizes of instances in a uniform way. For example, suppose you run an xlarge instance and a 2xlarge instance. If you run both instances for the same amount of time, the 2xlarge instance uses twice as much of your reservation as the xlarge instance, even though both instances show only one instance-hour. Using normalized units instead of instance-hours, the xlarge instance used 8 normalized units, and the 2xlarge instance used 16 normalized units.
For more information, see Modifying Reserved Instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances.
Fields
coverage_normalized_units_percentage: Option<String>
The percentage of your used instance normalized units that a reservation covers.
on_demand_normalized_units: Option<String>
The number of normalized units that are covered by On-Demand Instances instead of a reservation.
reserved_normalized_units: Option<String>
The number of normalized units that a reservation covers.
total_running_normalized_units: Option<String>
The total number of normalized units that you used.
Trait Implementations
impl PartialEq<CoverageNormalizedUnits> for CoverageNormalizedUnits
[src]
fn eq(&self, other: &CoverageNormalizedUnits) -> bool
[src]
fn ne(&self, other: &CoverageNormalizedUnits) -> bool
[src]
impl Default for CoverageNormalizedUnits
[src]
fn default() -> CoverageNormalizedUnits
[src]
impl Clone for CoverageNormalizedUnits
[src]
fn clone(&self) -> CoverageNormalizedUnits
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for CoverageNormalizedUnits
[src]
impl<'de> Deserialize<'de> for CoverageNormalizedUnits
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for CoverageNormalizedUnits
impl Sync for CoverageNormalizedUnits
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self