Class: Aws::CloudTrail::Types::ListChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ListChannelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of CloudTrail channels to display on a single page.
-
#next_token ⇒ String
The token to use to get the next page of results after a previous API call.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of CloudTrail channels to display on a single page.
3098 3099 3100 3101 3102 3103 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3098 class ListChannelsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of ‘Username’ with a value of ‘root’, the call with NextToken should include those same parameters.
3098 3099 3100 3101 3102 3103 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3098 class ListChannelsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |