Class: Aws::Chime::Types::ListRoomsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListRoomsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#member_id ⇒ String
The member ID (user ID or bot ID).
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
5684 5685 5686 5687 5688 5689 5690 5691 |
# File 'lib/aws-sdk-chime/types.rb', line 5684 class ListRoomsRequest < Struct.new( :account_id, :member_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call.
5684 5685 5686 5687 5688 5689 5690 5691 |
# File 'lib/aws-sdk-chime/types.rb', line 5684 class ListRoomsRequest < Struct.new( :account_id, :member_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#member_id ⇒ String
The member ID (user ID or bot ID).
5684 5685 5686 5687 5688 5689 5690 5691 |
# File 'lib/aws-sdk-chime/types.rb', line 5684 class ListRoomsRequest < Struct.new( :account_id, :member_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results.
5684 5685 5686 5687 5688 5689 5690 5691 |
# File 'lib/aws-sdk-chime/types.rb', line 5684 class ListRoomsRequest < Struct.new( :account_id, :member_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |