Class: Aws::AppSync::Types::StartSchemaCreationRequest

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

#api_idString

The API ID.

Returns:

  • (String)


4173
4174
4175
4176
4177
4178
# File 'lib/aws-sdk-appsync/types.rb', line 4173

class StartSchemaCreationRequest < Struct.new(
  :api_id,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#definitionString

The schema definition, in GraphQL schema language format.

Returns:

  • (String)


4173
4174
4175
4176
4177
4178
# File 'lib/aws-sdk-appsync/types.rb', line 4173

class StartSchemaCreationRequest < Struct.new(
  :api_id,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end