class
Amazonite::EventBridge::AppSyncParameters
- Amazonite::EventBridge::AppSyncParameters
- Reference
- Object
Overview
Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/app_sync_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(graph_ql_operation : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#graph_ql_operation : String | Nil
The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.
-
#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.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.