Class: Aws::Connect::Types::ListIntegrationAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListIntegrationAssociationsResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration_association_summary_list ⇒ Array<Types::IntegrationAssociationSummary>
The associations.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#integration_association_summary_list ⇒ Array<Types::IntegrationAssociationSummary>
The associations.
14863 14864 14865 14866 14867 14868 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14863 class ListIntegrationAssociationsResponse < Struct.new( :integration_association_summary_list, :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.
14863 14864 14865 14866 14867 14868 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14863 class ListIntegrationAssociationsResponse < Struct.new( :integration_association_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |