class Convection::Model::Template::ResourceProperty::ApiGatewayDeploymentStageDescription
Represents an {docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html API Gateway Deployment StageDescription Property Type}
Public Instance Methods
method_setting(&block)
click to toggle source
# File lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb, line 25 def method_setting(&block) m = ResourceProperty::ApiGatewayDeploymentStageDescriptionMethodSetting.new(self) m.instance_exec(&block) if block integration_responses << m end