Class: Aws::AppSync::Types::ListTypesByAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListTypesByAssociationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
-
#types ⇒ Array<Types::Type>
The
Typeobjects.
Instance Attribute Details
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
4202 4203 4204 4205 4206 4207 |
# File 'lib/aws-sdk-appsync/types.rb', line 4202 class ListTypesByAssociationResponse < Struct.new( :types, :next_token) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<Types::Type>
The Type objects.
4202 4203 4204 4205 4206 4207 |
# File 'lib/aws-sdk-appsync/types.rb', line 4202 class ListTypesByAssociationResponse < Struct.new( :types, :next_token) SENSITIVE = [] include Aws::Structure end |