class Amazonite::ApiGateway::GetUsagePlanRequest

Overview

The GET request to get a usage plan of a given plan identifier.

Included Modules

Defined in:

api_gateway/get_usage_plan_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(usage_plan_id : String) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def usage_plan_id : String #

The identifier of the UsagePlan resource to be retrieved.


[View source]
def usage_plan_id=(usage_plan_id : String) #

The identifier of the UsagePlan resource to be retrieved.


[View source]
def validate! : Nil #

[View source]