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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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>)


1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1582

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

#nameString

The name of the index.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1582

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