class Amazonite::ApiGateway::CreateUsagePlanKeyRequest

Overview

The POST request to create a usage plan key for adding an existing API key to a usage plan.

Included Modules

Defined in:

api_gateway/create_usage_plan_key_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(usage_plan_id : String, key_id : String, key_type : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 key_id : String #

The identifier of a UsagePlanKey resource for a plan customer.


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

The identifier of a UsagePlanKey resource for a plan customer.


[View source]
def key_type : String #

The type of a UsagePlanKey resource for a plan customer.


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

The type of a UsagePlanKey resource for a plan customer.


[View source]
def usage_plan_id : String #

The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.


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

The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.


[View source]
def validate! : Nil #

[View source]