Struct rusoto_s3::StorageClassAnalysisDataExport [−][src]
pub struct StorageClassAnalysisDataExport {
pub destination: AnalyticsExportDestination,
pub output_schema_version: String,
}Expand description
Container for data related to the storage class analysis for an Amazon S3 bucket for export.
Fields
destination: AnalyticsExportDestinationThe place to store the data for an analysis.
output_schema_version: StringThe version of the output schema to use when exporting data. Must be V_1.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for StorageClassAnalysisDataExport
impl Sync for StorageClassAnalysisDataExport
impl Unpin for StorageClassAnalysisDataExport
impl UnwindSafe for StorageClassAnalysisDataExport
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more