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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-appsync/types.rb', line 1185

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