GetStagesRequest
public struct GetStagesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The stages’ deployment identifiers.
Declaration
Swift
public let deploymentId: String?
-
[Required] The string identifier of the associated RestApi.
Declaration
Swift
public let restApiId: String
-
Undocumented
Declaration
Swift
public init(deploymentId: String? = nil, restApiId: String)