Class: Aws::Chime::Types::ListAttendeesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListAttendeesRequest
- 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.
-
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
-
#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.
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_id ⇒ String
The Amazon Chime SDK meeting ID.
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_token ⇒ String
The token to use to retrieve the next page of results.
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 |