Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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.


1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1951

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)

1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1951

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