class Aws::AppSync::Types::CreateTypeRequest

@note When making an API call, you may pass CreateTypeRequest

data as a hash:

    {
      api_id: "String", # required
      definition: "String", # required
      format: "SDL", # required, accepts SDL, JSON
    }

@!attribute [rw] api_id

The API ID.
@return [String]

@!attribute [rw] definition

The type definition, in GraphQL Schema Definition Language (SDL)
format.

For more information, see the [GraphQL SDL documentation][1].

[1]: http://graphql.org/learn/schema/
@return [String]

@!attribute [rw] format

The type format: SDL or JSON.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/CreateTypeRequest AWS API Documentation

Constants

SENSITIVE