class Convection::Model::Template::ResourceProperty::ApiGatewayMethodIntegration
Represents an {docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html API Gateway Method Integration Property Type}
Public Instance Methods
integration_response(&block)
click to toggle source
# File lib/convection/model/template/resource_property/aws_api_gateway_method_integration.rb, line 21 def integration_response(&block) i = ResourceProperty::ApiGatewayMethodIntegrationIntegrationResponse.new(self) i.instance_exec(&block) if block integration_responses << i end