Class: Aws::AppIntegrationsService::Types::ListApplicationAssociationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_associationsArray<Types::ApplicationAssociationSummary>

List of Application Associations for the Application.



1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1026

class ListApplicationAssociationsResponse < Struct.new(
  :application_associations,
  :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)


1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1026

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