You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppSync::Types::Type

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The type ARN.

Returns:

  • (String)

    The type ARN.

#definitionString

The type definition.

Returns:

  • (String)

    The type definition.

#descriptionString

The type description.

Returns:

  • (String)

    The type description.

#formatString

The type format: SDL or JSON.

Possible values:

  • SDL
  • JSON

Returns:

  • (String)

    The type format: SDL or JSON.

#nameString

The type name.

Returns:

  • (String)

    The type name.