Class: Aws::AppIntegrationsService::Types::ListEventIntegrationsResponse

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_integrationsArray<Types::EventIntegration>

The event integrations.

Returns:



1091
1092
1093
1094
1095
1096
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1091

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


1091
1092
1093
1094
1095
1096
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1091

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