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
- Struct
- Aws::AppSync::Types::Type
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#arn ⇒ String
The type ARN.
-
#definition ⇒ String
The type definition.
-
#description ⇒ String
The type description.
-
#format ⇒ String
The type format: SDL or JSON.
-
#name ⇒ String
The type name.
Instance Attribute Details
#arn ⇒ String
The type ARN.
#definition ⇒ String
The type definition.
#description ⇒ String
The type description.
#format ⇒ String
The type format: SDL or JSON.
Possible values:
- SDL
- JSON
#name ⇒ String
The type name.