[][src]Struct rusoto_ce::TargetInstance

pub struct TargetInstance {
    pub currency_code: Option<String>,
    pub default_target_instance: Option<bool>,
    pub estimated_monthly_cost: Option<String>,
    pub estimated_monthly_savings: Option<String>,
    pub expected_resource_utilization: Option<ResourceUtilization>,
    pub resource_details: Option<ResourceDetails>,
}

Details on recommended instance.

Fields

currency_code: Option<String>

The currency code that Amazon Web Services used to calculate the costs for this instance.

default_target_instance: Option<bool>

Indicates whether or not this recommendation is the defaulted Amazon Web Services recommendation.

estimated_monthly_cost: Option<String>

Expected cost to operate this instance type on a monthly basis.

estimated_monthly_savings: Option<String>

Estimated savings resulting from modification, on a monthly basis.

expected_resource_utilization: Option<ResourceUtilization>

Expected utilization metrics for target instance type.

resource_details: Option<ResourceDetails>

Details on the target instance type.

Trait Implementations

impl Clone for TargetInstance[src]

impl Debug for TargetInstance[src]

impl Default for TargetInstance[src]

impl<'de> Deserialize<'de> for TargetInstance[src]

impl PartialEq<TargetInstance> for TargetInstance[src]

impl StructuralPartialEq for TargetInstance[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.