Class: Aws::APIGateway::Types::DeleteMethodResponseRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

A request to delete an existing MethodResponse resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#http_methodString

The HTTP verb of the Method resource.

Returns:

  • (String)


1449
1450
1451
1452
1453
1454
1455
1456
# File 'lib/aws-sdk-apigateway/types.rb', line 1449

class DeleteMethodResponseRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The Resource identifier for the MethodResponse resource.

Returns:

  • (String)


1449
1450
1451
1452
1453
1454
1455
1456
# File 'lib/aws-sdk-apigateway/types.rb', line 1449

class DeleteMethodResponseRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


1449
1450
1451
1452
1453
1454
1455
1456
# File 'lib/aws-sdk-apigateway/types.rb', line 1449

class DeleteMethodResponseRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeString

The status code identifier for the MethodResponse resource.

Returns:

  • (String)


1449
1450
1451
1452
1453
1454
1455
1456
# File 'lib/aws-sdk-apigateway/types.rb', line 1449

class DeleteMethodResponseRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end