AWSS3GlacierJobParameters

Objective-C

@interface AWSS3GlacierJobParameters

Swift

class AWSS3GlacierJobParameters

Container for S3 Glacier job parameters.

Required parameters: [Tier]

  • S3 Glacier retrieval tier at which the restore will be processed.

    Declaration

    Objective-C

    @property (nonatomic) AWSS3Tier tier;

    Swift

    var tier: AWSS3Tier { get set }