StageKey
public struct StageKey : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The string identifier of the associated RestApi.
Declaration
Swift
public let restApiId: String? -
The stage name associated with the stage key.
Declaration
Swift
public let stageName: String? -
Undocumented
Declaration
Swift
public init(restApiId: String? = nil, stageName: String? = nil)
View on GitHub
StageKey Structure Reference