AWSS3StatsEvent

Objective-C

@interface AWSS3StatsEvent

Swift

class AWSS3StatsEvent

Container for the Stats Event.

  • The Stats event details.

    Declaration

    Objective-C

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

    Swift

    var details: AWSS3Stats? { get set }