Class: Aws::Chime::Types::ListMeetingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListMeetingsResponse
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#meetings ⇒ Array<Types::Meeting>
The Amazon Chime SDK meeting information.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#meetings ⇒ Array<Types::Meeting>
The Amazon Chime SDK meeting information.
6579 6580 6581 6582 6583 6584 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6579 class ListMeetingsResponse < Struct.new( :meetings, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results.
6579 6580 6581 6582 6583 6584 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6579 class ListMeetingsResponse < Struct.new( :meetings, :next_token) SENSITIVE = [] include Aws::Structure end |