Class: Aws::AppIntegrationsService::Types::ListDataIntegrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ListDataIntegrationsResponse
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_integrations ⇒ Array<Types::DataIntegrationSummary>
The DataIntegrations associated with this account.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#data_integrations ⇒ Array<Types::DataIntegrationSummary>
The DataIntegrations associated with this account.
656 657 658 659 660 661 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 656 class ListDataIntegrationsResponse < Struct.new( :data_integrations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
656 657 658 659 660 661 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 656 class ListDataIntegrationsResponse < Struct.new( :data_integrations, :next_token) SENSITIVE = [] include Aws::Structure end |