class Amazonite::ApiGateway::GenerateClientCertificateRequest

Overview

A request to generate a ClientCertificate resource.

Included Modules

Defined in:

api_gateway/generate_client_certificate_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(description : String | Nil = nil, tags : Hash(String, String) | 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 description : String | Nil #

The description of the ClientCertificate.


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

The description of the ClientCertificate.


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

See Object#hash(hasher)


def tags : Hash(String, String) | Nil #

The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.


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

The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.


[View source]
def validate! : Nil #

[View source]