Struct rusoto_s3::StorageClassAnalysisDataExport [] [src]

pub struct StorageClassAnalysisDataExport {
    pub destination: AnalyticsExportDestination,
    pub output_schema_version: String,
}

Fields

The place to store the data for an analysis.

The version of the output schema to use when exporting data. Must be V_1.

Trait Implementations

impl Default for StorageClassAnalysisDataExport
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for StorageClassAnalysisDataExport
[src]

[src]

Formats the value using the given formatter.