Class: Aws::Chime::Types::ListAttendeesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListAttendeesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attendees ⇒ Array<Types::Attendee>
The Amazon Chime SDK attendee information.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#attendees ⇒ Array<Types::Attendee>
The Amazon Chime SDK attendee information.
4976 4977 4978 4979 4980 4981 |
# File 'lib/aws-sdk-chime/types.rb', line 4976 class ListAttendeesResponse < Struct.new( :attendees, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results.
4976 4977 4978 4979 4980 4981 |
# File 'lib/aws-sdk-chime/types.rb', line 4976 class ListAttendeesResponse < Struct.new( :attendees, :next_token) SENSITIVE = [] include Aws::Structure end |