Class: Aws::Connect::Types::ListIntegrationAssociationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#integration_association_summary_listArray<Types::IntegrationAssociationSummary>

The associations.



11213
11214
11215
11216
11217
11218
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11213

class ListIntegrationAssociationsResponse < Struct.new(
  :integration_association_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


11213
11214
11215
11216
11217
11218
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11213

class ListIntegrationAssociationsResponse < Struct.new(
  :integration_association_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end