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)

4802
4803
4804
4805
4806
4807
4808
# File 'lib/aws-sdk-chime/types.rb', line 4802

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)

4802
4803
4804
4805
4806
4807
4808
# File 'lib/aws-sdk-chime/types.rb', line 4802

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)

4802
4803
4804
4805
4806
4807
4808
# File 'lib/aws-sdk-chime/types.rb', line 4802

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