Class: Aws::AppSync::Types::ListTypesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An identifier to pass in the next request to this operation to return the next set of items in the list.

Returns:

  • (String)


4249
4250
4251
4252
4253
4254
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4249

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

#typesArray<Types::Type>

The Type objects.

Returns:



4249
4250
4251
4252
4253
4254
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4249

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