Class: Aws::Types::ListRoomsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRoomsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#member_id ⇒ ::String
Returns the value of attribute member_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
516 517 518 |
# File 'sig/types.rbs', line 516 def account_id @account_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
518 519 520 |
# File 'sig/types.rbs', line 518 def max_results @max_results end |
#member_id ⇒ ::String
Returns the value of attribute member_id.
517 518 519 |
# File 'sig/types.rbs', line 517 def member_id @member_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
519 520 521 |
# File 'sig/types.rbs', line 519 def next_token @next_token end |