[][src]Struct rusoto_marketplace_catalog::DescribeEntityResponse

pub struct DescribeEntityResponse {
    pub details: Option<String>,
    pub entity_arn: Option<String>,
    pub entity_identifier: Option<String>,
    pub entity_type: Option<String>,
    pub last_modified_date: Option<String>,
}

Fields

details: Option<String>

This stringified JSON object includes the details of the entity.

entity_arn: Option<String>

The ARN associated to the unique identifier for the change set referenced in this request.

entity_identifier: Option<String>

The identifier of the entity, in the format of EntityId@RevisionId.

entity_type: Option<String>

The named type of the entity, in the format of EntityType@Version.

last_modified_date: Option<String>

The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).

Trait Implementations

impl Clone for DescribeEntityResponse[src]

impl Debug for DescribeEntityResponse[src]

impl Default for DescribeEntityResponse[src]

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

impl PartialEq<DescribeEntityResponse> for DescribeEntityResponse[src]

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