Class: Aws::CustomerProfiles::Types::ListAccountIntegrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListAccountIntegrationsResponse
- 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 ListAccountIntegration instances.
-
#next_token ⇒ String
The pagination token from the previous ListAccountIntegrations API call.
Instance Attribute Details
#items ⇒ Array<Types::ListIntegrationItem>
The list of ListAccountIntegration instances.
4138 4139 4140 4141 4142 4143 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4138 class ListAccountIntegrationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous ListAccountIntegrations API call.
4138 4139 4140 4141 4142 4143 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4138 class ListAccountIntegrationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |