AWSS3StorageClassAnalysis
Objective-C
@interface AWSS3StorageClassAnalysis
Swift
class AWSS3StorageClassAnalysis
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.
-
Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3StorageClassAnalysisDataExport *_Nullable dataExport;
Swift
var dataExport: AWSS3StorageClassAnalysisDataExport? { get set }