[][src]Struct rusoto_kinesisanalytics::CreateApplicationResponse

pub struct CreateApplicationResponse {
    pub application_summary: ApplicationSummary,
}

TBD

Fields

application_summary: ApplicationSummary

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

Trait Implementations

impl Clone for CreateApplicationResponse[src]

impl Debug for CreateApplicationResponse[src]

impl Default for CreateApplicationResponse[src]

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

impl PartialEq<CreateApplicationResponse> for CreateApplicationResponse[src]

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