Class: Aws::AppSync::Types::DataSourceIntrospectionResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Represents the output of a DataSourceIntrospectionResult. This is the populated result of a GetDataSourceIntrospection operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modelsArray<Types::DataSourceIntrospectionModel>

The array of DataSourceIntrospectionModel objects.



1604
1605
1606
1607
1608
1609
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1604

class DataSourceIntrospectionResult < Struct.new(
  :models,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Determines the number of types to be returned in a single response before paginating. This value is typically taken from nextToken value from the previous response.

Returns:

  • (String)


1604
1605
1606
1607
1608
1609
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1604

class DataSourceIntrospectionResult < Struct.new(
  :models,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end