Class: Aws::CustomerProfiles::Types::ListIntegrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListIntegrationsResponse
- Defined in:
- gems/aws-sdk-customerprofiles/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.
2937 2938 2939 2940 2941 2942 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2937 class ListIntegrationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous ListIntegrations API call.
2937 2938 2939 2940 2941 2942 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2937 class ListIntegrationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |