Class: Aws::Connect::Types::ListIntegrationAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListIntegrationAssociationsResponse
- Includes:
- Structure
- Defined in:
- 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.
12992 12993 12994 12995 12996 12997 |
# File 'lib/aws-sdk-connect/types.rb', line 12992 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.
12992 12993 12994 12995 12996 12997 |
# File 'lib/aws-sdk-connect/types.rb', line 12992 class ListIntegrationAssociationsResponse < Struct.new( :integration_association_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |