class Amazonite::ApiGateway::ApiStage

Overview

API stage name of the associated API stage in a usage plan.

Included Modules

Defined in:

api_gateway/api_stage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(api_id : String | Nil = nil, stage : String | Nil = nil, throttle : Hash(String, ThrottleSettings) | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def api_id : String | Nil #

API Id of the associated API stage in a usage plan.


[View source]
def api_id=(api_id : String | Nil) #

API Id of the associated API stage in a usage plan.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def stage : String | Nil #

API stage name of the associated API stage in a usage plan.


[View source]
def stage=(stage : String | Nil) #

API stage name of the associated API stage in a usage plan.


[View source]
def throttle : Hash(String, ThrottleSettings) | Nil #

Map containing method level throttling information for API stage in a usage plan.


[View source]
def throttle=(throttle : Hash(String, ThrottleSettings) | Nil) #

Map containing method level throttling information for API stage in a usage plan.


[View source]
def validate! : Nil #

[View source]