Class: Aws::Chime::Types::ListMeetingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListMeetingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call.
5466 5467 5468 5469 5470 5471 |
# File 'lib/aws-sdk-chime/types.rb', line 5466 class ListMeetingsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results.
5466 5467 5468 5469 5470 5471 |
# File 'lib/aws-sdk-chime/types.rb', line 5466 class ListMeetingsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |