AWSEC2StorageLocation

Objective-C

@interface AWSEC2StorageLocation

Swift

class AWSEC2StorageLocation

Describes a storage location in Amazon S3.

  • The name of the S3 bucket.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable bucket;

    Swift

    var bucket: String? { get set }
  • key

    The key.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable key;

    Swift

    var key: String? { get set }