[][src]Struct rusoto_license_manager::Grant

pub struct Grant {
    pub grant_arn: String,
    pub grant_name: String,
    pub grant_status: String,
    pub granted_operations: Vec<String>,
    pub grantee_principal_arn: String,
    pub home_region: String,
    pub license_arn: String,
    pub parent_arn: String,
    pub status_reason: Option<String>,
    pub version: String,
}

Describes a grant.

Fields

grant_arn: String

Amazon Resource Name (ARN) of the grant.

grant_name: String

Grant name.

grant_status: String

Grant status.

granted_operations: Vec<String>

Granted operations.

grantee_principal_arn: String

The grantee principal ARN.

home_region: String

Home Region of the grant.

license_arn: String

License ARN.

parent_arn: String

Parent ARN.

status_reason: Option<String>

Grant status reason.

version: String

Grant version.

Trait Implementations

impl Clone for Grant[src]

impl Debug for Grant[src]

impl Default for Grant[src]

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

impl PartialEq<Grant> for Grant[src]

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