ApiStage
public struct ApiStage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
API Id of the associated API stage in a usage plan.
Declaration
Swift
public let apiId: String?
-
API stage name of the associated API stage in a usage plan.
Declaration
Swift
public let stage: String?
-
Map containing method level throttling information for API stage in a usage plan.
Declaration
Swift
public let throttle: [String : ThrottleSettings]?
-
Undocumented
Declaration
Swift
public init(apiId: String? = nil, stage: String? = nil, throttle: [String : ThrottleSettings]? = nil)