Class: Aws::AppIntegrationsService::Types::ListEventIntegrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ListEventIntegrationsResponse
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_integrations ⇒ Array<Types::EventIntegration>
The event integrations.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#event_integrations ⇒ Array<Types::EventIntegration>
The event integrations.
1222 1223 1224 1225 1226 1227 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1222 class ListEventIntegrationsResponse < Struct.new( :event_integrations, :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.
1222 1223 1224 1225 1226 1227 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1222 class ListEventIntegrationsResponse < Struct.new( :event_integrations, :next_token) SENSITIVE = [] include Aws::Structure end |