Class: Aws::Ivschat::Types::ListRoomsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::ListRoomsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_configuration_identifier ⇒ String
Logging-configuration identifier.
-
#max_results ⇒ Integer
Maximum number of rooms to return.
-
#message_review_handler_uri ⇒ String
Filters the list to match the specified message review handler URI.
-
#name ⇒ String
Filters the list to match the specified room name.
-
#next_token ⇒ String
The first room to retrieve.
Instance Attribute Details
#logging_configuration_identifier ⇒ String
Logging-configuration identifier.
690 691 692 693 694 695 696 697 698 |
# File 'lib/aws-sdk-ivschat/types.rb', line 690 class ListRoomsRequest < Struct.new( :name, :next_token, :max_results, :message_review_handler_uri, :logging_configuration_identifier) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of rooms to return. Default: 50.
690 691 692 693 694 695 696 697 698 |
# File 'lib/aws-sdk-ivschat/types.rb', line 690 class ListRoomsRequest < Struct.new( :name, :next_token, :max_results, :message_review_handler_uri, :logging_configuration_identifier) SENSITIVE = [] include Aws::Structure end |
#message_review_handler_uri ⇒ String
Filters the list to match the specified message review handler URI.
690 691 692 693 694 695 696 697 698 |
# File 'lib/aws-sdk-ivschat/types.rb', line 690 class ListRoomsRequest < Struct.new( :name, :next_token, :max_results, :message_review_handler_uri, :logging_configuration_identifier) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Filters the list to match the specified room name.
690 691 692 693 694 695 696 697 698 |
# File 'lib/aws-sdk-ivschat/types.rb', line 690 class ListRoomsRequest < Struct.new( :name, :next_token, :max_results, :message_review_handler_uri, :logging_configuration_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The first room to retrieve. This is used for pagination; see the ‘nextToken` response field.
690 691 692 693 694 695 696 697 698 |
# File 'lib/aws-sdk-ivschat/types.rb', line 690 class ListRoomsRequest < Struct.new( :name, :next_token, :max_results, :message_review_handler_uri, :logging_configuration_identifier) SENSITIVE = [] include Aws::Structure end |