Class: Aws::Chime::Types::ListMeetingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


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_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


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