Class: Aws::CustomerProfiles::Types::ListIntegrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListIntegrationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListIntegrationItem>
The list of ListIntegrations instances.
-
#next_token ⇒ String
The pagination token from the previous ListIntegrations API call.
Instance Attribute Details
#items ⇒ Array<Types::ListIntegrationItem>
The list of ListIntegrations instances.
4601 4602 4603 4604 4605 4606 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4601 class ListIntegrationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous ListIntegrations API call.
4601 4602 4603 4604 4605 4606 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4601 class ListIntegrationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |