GetMethodResponseRequest
public struct GetMethodResponseRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
[Required] The HTTP verb of the Method resource.
Declaration
Swift
public let httpMethod: String -
[Required] The Resource identifier for the MethodResponse resource.
Declaration
Swift
public let resourceId: String -
[Required] The string identifier of the associated RestApi.
Declaration
Swift
public let restApiId: String -
[Required] The status code for the MethodResponse resource.
Declaration
Swift
public let statusCode: String -
Undocumented
Declaration
Swift
public init(httpMethod: String, resourceId: String, restApiId: String, statusCode: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetMethodResponseRequest Structure Reference