You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3::Types::StorageClassAnalysisDataExport

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StorageClassAnalysisDataExport as input to an Aws::Client method, you can use a vanilla Hash:

{
  output_schema_version: "V_1", # required, accepts V_1
  destination: { # required
    s3_bucket_destination: { # required
      format: "CSV", # required, accepts CSV
      bucket_account_id: "AccountId",
      bucket: "BucketName", # required
      prefix: "Prefix",
    },
  },
}

Container for data related to the storage class analysis for an Amazon S3 bucket for export.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::AnalyticsExportDestination

The place to store the data for an analysis.

Returns:

#output_schema_versionString

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

Possible values:

  • V_1

Returns:

  • (String)

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