ProvisionedBandwidth

public struct ProvisionedBandwidth : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

    Declaration

    Swift

    public let provisioned: String?
  • Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

    Declaration

    Swift

    public let provisionTime: TimeStamp?
  • Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

    Declaration

    Swift

    public let requested: String?
  • Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

    Declaration

    Swift

    public let requestTime: TimeStamp?
  • Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(provisioned: String? = nil, provisionTime: TimeStamp? = nil, requested: String? = nil, requestTime: TimeStamp? = nil, status: String? = nil)