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

Class: Aws::S3::Types::StorageClassAnalysis

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

Overview

Note:

When passing StorageClassAnalysis as input to an Aws::Client method, you can use a vanilla 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",
      },
    },
  },
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#data_exportTypes::StorageClassAnalysisDataExport

Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.

Returns: