class Amazonite::ApiGateway::CreateDocumentationPartRequest

Overview

Creates a new documentation part of a given API.

Included Modules

Defined in:

api_gateway/create_documentation_part_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rest_api_id : String, location : DocumentationPartLocation, properties : 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 location : DocumentationPartLocation #

The location of the targeted API entity of the to-be-created documentation part.


[View source]
def location=(location : DocumentationPartLocation) #

The location of the targeted API entity of the to-be-created documentation part.


[View source]
def properties : String #

The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.


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

The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.


[View source]
def rest_api_id : String #

The string identifier of the associated RestApi.


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

The string identifier of the associated RestApi.


[View source]
def validate! : Nil #

[View source]