Class: Aws::CloudTrail::Types::ListEventDataStoresRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ListEventDataStoresRequest
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of event data stores to display on a single page.
-
#next_token ⇒ String
A token you can use to get the next page of event data store results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of event data stores to display on a single page.
3463 3464 3465 3466 3467 3468 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3463 class ListEventDataStoresRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token you can use to get the next page of event data store results.
3463 3464 3465 3466 3467 3468 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3463 class ListEventDataStoresRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |