[][src]Struct rusoto_codestar_notifications::SubscribeRequest

pub struct SubscribeRequest {
    pub arn: String,
    pub client_request_token: Option<String>,
    pub target: Target,
}

Fields

arn: String

The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.

client_request_token: Option<String>

An enumeration token that, when provided in a request, returns the next batch of the results.

target: Target

Trait Implementations

impl Clone for SubscribeRequest[src]

impl Debug for SubscribeRequest[src]

impl Default for SubscribeRequest[src]

impl PartialEq<SubscribeRequest> for SubscribeRequest[src]

impl Serialize for SubscribeRequest[src]

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