class Amazonite::ApiGateway::DeleteUsagePlanRequest

Overview

The DELETE request to delete a usage plan of a given plan Id.

Included Modules

Defined in:

api_gateway/delete_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 Id of the to-be-deleted usage plan.


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

The Id of the to-be-deleted usage plan.


[View source]
def validate! : Nil #

[View source]