[][src]Struct rusoto_datasync::DescribeLocationS3Response

pub struct DescribeLocationS3Response {
    pub creation_time: Option<f64>,
    pub location_arn: Option<String>,
    pub location_uri: Option<String>,
    pub s3_config: Option<S3Config>,
    pub s3_storage_class: Option<String>,
}

DescribeLocationS3Response

Fields

creation_time: Option<f64>

The time that the Amazon S3 bucket location was created.

location_arn: Option<String>

The Amazon Resource Name (ARN) of the Amazon S3 bucket location.

location_uri: Option<String>

The URL of the Amazon S3 location that was described.

s3_config: Option<S3Config>s3_storage_class: Option<String>

The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes in the Amazon Simple Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see using-storage-classes.

Trait Implementations

impl Clone for DescribeLocationS3Response[src]

impl Debug for DescribeLocationS3Response[src]

impl Default for DescribeLocationS3Response[src]

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

impl PartialEq<DescribeLocationS3Response> for DescribeLocationS3Response[src]

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