Class: Aws::AppSync::Types::DataSourceIntrospectionModelIndex
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::DataSourceIntrospectionModelIndex
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
The index that was retrieved from the introspected data.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fields  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fields of the index.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the index.
 
Instance Attribute Details
#fields ⇒ Array<String>
The fields of the index.
      1900 1901 1902 1903 1904 1905  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 1900 class DataSourceIntrospectionModelIndex < Struct.new( :name, :fields) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the index.
      1900 1901 1902 1903 1904 1905  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 1900 class DataSourceIntrospectionModelIndex < Struct.new( :name, :fields) SENSITIVE = [] include Aws::Structure end  |