Class: Aws::AppIntegrationsService::Types::ListEventIntegrationAssociationsResponse

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

#event_integration_associationsArray<Types::EventIntegrationAssociation>

The event integration associations.



1054
1055
1056
1057
1058
1059
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1054

class ListEventIntegrationAssociationsResponse < Struct.new(
  :event_integration_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)


1054
1055
1056
1057
1058
1059
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1054

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