Method: Aws::APIGateway::Types::UpdateMethodRequest#rest_api_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #rest_api_id ⇒ String
[Required] The string identifier of the associated RestApi.
7766 7767 7768 7769 7770 7771 7772 7773 |
# File 'lib/aws-sdk-apigateway/types.rb', line 7766 class UpdateMethodRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :patch_operations) SENSITIVE = [] include Aws::Structure end |