Class: Aws::APIGateway::Types::GetMethodResponseRequest

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

Overview

Request to describe a MethodResponse resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#http_methodString

The HTTP verb of the Method resource.

Returns:

  • (String)


2673
2674
2675
2676
2677
2678
2679
2680
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2673

class GetMethodResponseRequest < 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)


2673
2674
2675
2676
2677
2678
2679
2680
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2673

class GetMethodResponseRequest < 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)


2673
2674
2675
2676
2677
2678
2679
2680
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2673

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

#status_codeString

The status code for the MethodResponse resource.

Returns:

  • (String)


2673
2674
2675
2676
2677
2678
2679
2680
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2673

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