Class: Convection::Model::Template::ResourceProperty::ApiGatewayUsagePlanQuotaSettings

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_api_gateway_usage_plan_quota_settings.rb

Overview

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::ResourceProperty

#exist, #properties, #template

Instance Method Summary collapse

Methods inherited from Convection::Model::Template::ResourceProperty

attach_method, #initialize, properties, property, #property, #render

Methods included from DSL::Helpers

#camel_case, included, method_name, #screaming_snake_case, #snake_case

Methods included from DSL::IntrinsicFunctions

#base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_import_value, #fn_not, #fn_or, #fn_ref, #fn_sub, #get_att, #get_azs, included, #join, mixers, #select

Constructor Details

This class inherits a constructor from Convection::Model::Template::ResourceProperty

Instance Method Details

#limitObject #limit(value) ⇒ Object

Overloads:

  • #limitObject

    Returns the value of the ‘Limit’ CloudFormation property.

  • #limit(value) ⇒ Object

    Sets the ‘Limit’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘Limit’ CloudFormation property to.



10
# File 'lib/convection/model/template/resource_property/aws_api_gateway_usage_plan_quota_settings.rb', line 10

property :limit, 'Limit'

#offsetObject #offset(value) ⇒ Object

Overloads:

  • #offsetObject

    Returns the value of the ‘Offset’ CloudFormation property.

  • #offset(value) ⇒ Object

    Sets the ‘Offset’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘Offset’ CloudFormation property to.



11
# File 'lib/convection/model/template/resource_property/aws_api_gateway_usage_plan_quota_settings.rb', line 11

property :offset, 'Offset'

#periodObject #period(value) ⇒ Object

Overloads:

  • #periodObject

    Returns the value of the ‘Period’ CloudFormation property.

  • #period(value) ⇒ Object

    Sets the ‘Period’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘Period’ CloudFormation property to.



12
# File 'lib/convection/model/template/resource_property/aws_api_gateway_usage_plan_quota_settings.rb', line 12

property :period, 'Period'