[][src]Struct rusoto_robomaker::SourceConfig

pub struct SourceConfig {
    pub architecture: Option<String>,
    pub s_3_bucket: Option<String>,
    pub s_3_key: Option<String>,
}

Information about a source configuration.

Fields

architecture: Option<String>

The target processor architecture for the application.

s_3_bucket: Option<String>

The Amazon S3 bucket name.

s_3_key: Option<String>

The s3 object key.

Trait Implementations

impl Clone for SourceConfig[src]

impl Debug for SourceConfig[src]

impl Default for SourceConfig[src]

impl PartialEq<SourceConfig> for SourceConfig[src]

impl Serialize for SourceConfig[src]

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