class Aws::S3::Types::StorageClassAnalysis

Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.

@note When making an API call, you may pass StorageClassAnalysis

data as a hash:

    {
      data_export: {
        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",
          },
        },
      },
    }

@!attribute [rw] data_export

Specifies how data related to the storage class analysis for an
Amazon S3 bucket should be exported.
@return [Types::StorageClassAnalysisDataExport]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/StorageClassAnalysis AWS API Documentation

Constants

SENSITIVE