Class: Aws::Types::ListRoomsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRoomsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logging_configuration_identifier ⇒ ::String
Returns the value of attribute logging_configuration_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#message_review_handler_uri ⇒ ::String
Returns the value of attribute message_review_handler_uri.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#logging_configuration_identifier ⇒ ::String
Returns the value of attribute logging_configuration_identifier.
199 200 201 |
# File 'sig/types.rbs', line 199 def logging_configuration_identifier @logging_configuration_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
197 198 199 |
# File 'sig/types.rbs', line 197 def max_results @max_results end |
#message_review_handler_uri ⇒ ::String
Returns the value of attribute message_review_handler_uri.
198 199 200 |
# File 'sig/types.rbs', line 198 def @message_review_handler_uri end |
#name ⇒ ::String
Returns the value of attribute name.
195 196 197 |
# File 'sig/types.rbs', line 195 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
196 197 198 |
# File 'sig/types.rbs', line 196 def next_token @next_token end |