AWSS3ListBucketsOutput

Objective-C

@interface AWSS3ListBucketsOutput

Swift

class AWSS3ListBucketsOutput
  • The list of buckets owned by the requestor.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSS3Bucket *> *_Nullable buckets;

    Swift

    var buckets: [AWSS3Bucket]? { get set }
  • The owner of the buckets listed.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSS3Owner *_Nullable owner;

    Swift

    var owner: AWSS3Owner? { get set }