Class: Aws::Chime::Types::ListMeetingsResponse

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

#meetingsArray<Types::Meeting>

The Amazon Chime SDK meeting information.

Returns:



5483
5484
5485
5486
5487
5488
# File 'lib/aws-sdk-chime/types.rb', line 5483

class ListMeetingsResponse < Struct.new(
  :meetings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


5483
5484
5485
5486
5487
5488
# File 'lib/aws-sdk-chime/types.rb', line 5483

class ListMeetingsResponse < Struct.new(
  :meetings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end