Class: Aws::APIGateway::Types::DeleteMethodRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteMethodRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Request to delete an existing Method resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#http_method ⇒ String
The HTTP verb of the Method resource.
-
#resource_id ⇒ String
The Resource identifier for the Method resource.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#http_method ⇒ String
The HTTP verb of the Method resource.
1423 1424 1425 1426 1427 1428 1429 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1423 class DeleteMethodRequest < Struct.new( :rest_api_id, :resource_id, :http_method) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The Resource identifier for the Method resource.
1423 1424 1425 1426 1427 1428 1429 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1423 class DeleteMethodRequest < Struct.new( :rest_api_id, :resource_id, :http_method) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
1423 1424 1425 1426 1427 1428 1429 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1423 class DeleteMethodRequest < Struct.new( :rest_api_id, :resource_id, :http_method) SENSITIVE = [] include Aws::Structure end |