GetMethodRequest
public struct GetMethodRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
[Required] Specifies the method request’s HTTP method type.
Declaration
Swift
public let httpMethod: String
-
[Required] The Resource identifier for the Method resource.
Declaration
Swift
public let resourceId: String
-
[Required] The string identifier of the associated RestApi.
Declaration
Swift
public let restApiId: String
-
Undocumented
Declaration
Swift
public init(httpMethod: String, resourceId: String, restApiId: String)