Method: Aws::APIGateway::Types::GetMethodResponseRequest#resource_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#resource_id ⇒ String
The Resource identifier for the MethodResponse resource.
3463 3464 3465 3466 3467 3468 3469 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3463 class GetMethodResponseRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :status_code) include Aws::Structure end |