Class: Aws::Ivschat::Types::ListRoomsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivschat/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configuration_identifierString

Logging-configuration identifier.

Returns:

  • (String)


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_resultsInteger

Maximum number of rooms to return. Default: 50.

Returns:

  • (Integer)


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_uriString

Filters the list to match the specified message review handler URI.

Returns:

  • (String)


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

#nameString

Filters the list to match the specified room name.

Returns:

  • (String)


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_tokenString

The first room to retrieve. This is used for pagination; see the ‘nextToken` response field.

Returns:

  • (String)


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