Class: Aws::AppSync::Types::DataSourceIntrospectionModelIndex

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fieldsArray<String>

The fields of the index.

Returns:

  • (Array<String>)


1913
1914
1915
1916
1917
1918
# File 'lib/aws-sdk-appsync/types.rb', line 1913

class DataSourceIntrospectionModelIndex < Struct.new(
  :name,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the index.

Returns:

  • (String)


1913
1914
1915
1916
1917
1918
# File 'lib/aws-sdk-appsync/types.rb', line 1913

class DataSourceIntrospectionModelIndex < Struct.new(
  :name,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end