class Aws::AppSync::Types::GetIntrospectionSchemaRequest

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

data as a hash:

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

@!attribute [rw] api_id

The API ID.
@return [String]

@!attribute [rw] format

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

@!attribute [rw] include_directives

A flag that specifies whether the schema introspection should
contain directives.
@return [Boolean]

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

Constants

SENSITIVE