[][src]Struct rusoto_iotanalytics::ChannelStorage

pub struct ChannelStorage {
    pub customer_managed_s3: Option<CustomerManagedChannelS3Storage>,
    pub service_managed_s3: Option<ServiceManagedChannelS3Storage>,
}

Where channel data is stored.

Fields

customer_managed_s3: Option<CustomerManagedChannelS3Storage>

Use this to store channel data in an S3 bucket that you manage.

service_managed_s3: Option<ServiceManagedChannelS3Storage>

Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service.

Trait Implementations

impl Clone for ChannelStorage[src]

impl Default for ChannelStorage[src]

impl PartialEq<ChannelStorage> for ChannelStorage[src]

impl Debug for ChannelStorage[src]

impl StructuralPartialEq for ChannelStorage[src]

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

impl Serialize for ChannelStorage[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self