Class: Aws::AppSync::Types::Type
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::Type
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Describes a type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type Amazon Resource Name (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 Amazon Resource Name (ARN).
      4847 4848 4849 4850 4851 4852 4853 4854 4855  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4847 class Type < Struct.new( :name, :description, :arn, :definition, :format) SENSITIVE = [] include Aws::Structure end  | 
  
#definition ⇒ String
The type definition.
      4847 4848 4849 4850 4851 4852 4853 4854 4855  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4847 class Type < Struct.new( :name, :description, :arn, :definition, :format) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The type description.
      4847 4848 4849 4850 4851 4852 4853 4854 4855  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4847 class Type < Struct.new( :name, :description, :arn, :definition, :format) SENSITIVE = [] include Aws::Structure end  |