Class: Aws::AppSync::Types::ListTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListTypesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An identifier to pass in the next request to this operation to return the next set of items in the list.
-
#types ⇒ Array<Types::Type>
The ‘Type` objects.
Instance Attribute Details
#next_token ⇒ String
An identifier to pass in the next request to this operation to return the next set of items in the list.
4107 4108 4109 4110 4111 4112 |
# File 'lib/aws-sdk-appsync/types.rb', line 4107 class ListTypesResponse < Struct.new( :types, :next_token) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<Types::Type>
The ‘Type` objects.
4107 4108 4109 4110 4111 4112 |
# File 'lib/aws-sdk-appsync/types.rb', line 4107 class ListTypesResponse < Struct.new( :types, :next_token) SENSITIVE = [] include Aws::Structure end |