Class: Aws::Chime::Types::ListAttendeesRequest

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)


4958
4959
4960
4961
4962
4963
4964
# File 'lib/aws-sdk-chime/types.rb', line 4958

class ListAttendeesRequest < Struct.new(
  :meeting_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#meeting_idString

The Amazon Chime SDK meeting ID.

Returns:

  • (String)


4958
4959
4960
4961
4962
4963
4964
# File 'lib/aws-sdk-chime/types.rb', line 4958

class ListAttendeesRequest < Struct.new(
  :meeting_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


4958
4959
4960
4961
4962
4963
4964
# File 'lib/aws-sdk-chime/types.rb', line 4958

class ListAttendeesRequest < Struct.new(
  :meeting_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end