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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivschat/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)


688
689
690
691
692
693
694
695
696
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 688

class ListRoomsRequest < Struct.new(
  :logging_configuration_identifier,
  :max_results,
  :message_review_handler_uri,
  :name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of rooms to return. Default: 50.

Returns:

  • (Integer)


688
689
690
691
692
693
694
695
696
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 688

class ListRoomsRequest < Struct.new(
  :logging_configuration_identifier,
  :max_results,
  :message_review_handler_uri,
  :name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#message_review_handler_uriString

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

Returns:

  • (String)


688
689
690
691
692
693
694
695
696
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 688

class ListRoomsRequest < Struct.new(
  :logging_configuration_identifier,
  :max_results,
  :message_review_handler_uri,
  :name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Filters the list to match the specified room name.

Returns:

  • (String)


688
689
690
691
692
693
694
695
696
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 688

class ListRoomsRequest < Struct.new(
  :logging_configuration_identifier,
  :max_results,
  :message_review_handler_uri,
  :name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


688
689
690
691
692
693
694
695
696
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 688

class ListRoomsRequest < Struct.new(
  :logging_configuration_identifier,
  :max_results,
  :message_review_handler_uri,
  :name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end