[][src]Struct rusoto_license_manager::LicenseConfigurationUsage

pub struct LicenseConfigurationUsage {
    pub association_time: Option<f64>,
    pub consumed_licenses: Option<i64>,
    pub resource_arn: Option<String>,
    pub resource_owner_id: Option<String>,
    pub resource_status: Option<String>,
    pub resource_type: Option<String>,
}

Details about the usage of a resource associated with a license configuration.

Fields

association_time: Option<f64>

Time when the license configuration was initially associated with the resource.

consumed_licenses: Option<i64>

Number of licenses consumed by the resource.

resource_arn: Option<String>

Amazon Resource Name (ARN) of the resource.

resource_owner_id: Option<String>

ID of the account that owns the resource.

resource_status: Option<String>

Status of the resource.

resource_type: Option<String>

Type of resource.

Trait Implementations

impl Clone for LicenseConfigurationUsage[src]

impl Debug for LicenseConfigurationUsage[src]

impl Default for LicenseConfigurationUsage[src]

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

impl PartialEq<LicenseConfigurationUsage> for LicenseConfigurationUsage[src]

impl StructuralPartialEq for LicenseConfigurationUsage[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, 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.