Class: Aws::AppSync::Types::CreateGraphqlApiResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graphql_apiTypes::GraphqlApi

The GraphqlApi.

Returns:



1185
1186
1187
1188
1189
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1185

class CreateGraphqlApiResponse < Struct.new(
  :graphql_api)
  SENSITIVE = []
  include Aws::Structure
end