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 ‘Type` objects.
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.
4063 4064 4065 4066 4067 4068 |
# File 'lib/aws-sdk-appsync/types.rb', line 4063 class ListTypesByAssociationResponse < Struct.new( :types, :next_token) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<Types::Type>
The ‘Type` objects.
4063 4064 4065 4066 4067 4068 |
# File 'lib/aws-sdk-appsync/types.rb', line 4063 class ListTypesByAssociationResponse < Struct.new( :types, :next_token) SENSITIVE = [] include Aws::Structure end |