class Convection::Model::Template::Resource::ApiGatewayApiKey
AWS::ApiGateway::ApiKey
Public Instance Methods
stage_key(&block)
click to toggle source
# File lib/convection/model/template/resource/aws_api_gateway_api_key.rb, line 17 def stage_key(&block) s = ResourceProperty::ApiGatewayApiKeyStageKey.new(self) s.instance_exec(&block) if block stage_keys << s end