class Amazonite::EventBridge::AppSyncParameters

Overview

Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.

Included Modules

Defined in:

eventbridge/app_sync_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(graph_ql_operation : 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 graph_ql_operation : String | Nil #

The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.

For more information, see Operations in the AppSync User Guide.


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

The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.

For more information, see Operations in the AppSync User Guide.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]