[][src]Struct rusoto_license_manager::CheckoutBorrowLicenseResponse

pub struct CheckoutBorrowLicenseResponse {
    pub checkout_metadata: Option<Vec<Metadata>>,
    pub entitlements_allowed: Option<Vec<EntitlementData>>,
    pub expiration: Option<String>,
    pub issued_at: Option<String>,
    pub license_arn: Option<String>,
    pub license_consumption_token: Option<String>,
    pub node_id: Option<String>,
    pub signed_token: Option<String>,
}

Fields

checkout_metadata: Option<Vec<Metadata>>

Information about constraints.

entitlements_allowed: Option<Vec<EntitlementData>>

Allowed license entitlements.

expiration: Option<String>

Date and time at which the license checkout expires.

issued_at: Option<String>

Date and time at which the license checkout is issued.

license_arn: Option<String>

Amazon Resource Name (ARN) of the license.

license_consumption_token: Option<String>

License consumption token.

node_id: Option<String>

Node ID.

signed_token: Option<String>

Signed token.

Trait Implementations

impl Clone for CheckoutBorrowLicenseResponse[src]

impl Debug for CheckoutBorrowLicenseResponse[src]

impl Default for CheckoutBorrowLicenseResponse[src]

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

impl PartialEq<CheckoutBorrowLicenseResponse> for CheckoutBorrowLicenseResponse[src]

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