AWSEC2ProvisionedBandwidth

Objective-C

@interface AWSEC2ProvisionedBandwidth

Swift

class AWSEC2ProvisionedBandwidth

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

  • Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable provisionTime;

    Swift

    var provisionTime: Date? { get set }
  • Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

    Declaration

    Objective-C

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

    Swift

    var provisioned: String? { get set }
  • Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable requestTime;

    Swift

    var requestTime: Date? { get set }
  • Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

    Declaration

    Objective-C

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

    Swift

    var requested: String? { get set }
  • Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

    Declaration

    Objective-C

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

    Swift

    var status: String? { get set }