Class: Aws::AppIntegrationsService::Types::ListEventIntegrationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ListEventIntegrationsRequest
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return per page.
1204 1205 1206 1207 1208 1209 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1204 class ListEventIntegrationsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
1204 1205 1206 1207 1208 1209 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1204 class ListEventIntegrationsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |