AWSS3ProgressEvent

Objective-C

@interface AWSS3ProgressEvent

Swift

class AWSS3ProgressEvent

This data type contains information about the progress event of an operation.

  • The Progress event details.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSS3Progress *_Nullable details;

    Swift

    var details: AWSS3Progress? { get set }