DeleteStageRequest
public struct DeleteStageRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
[Required] The string identifier of the associated RestApi.
Declaration
Swift
public let restApiId: String
-
[Required] The name of the Stage resource to delete.
Declaration
Swift
public let stageName: String
-
Undocumented
Declaration
Swift
public init(restApiId: String, stageName: String)