Class: Aws::Types::ListSpacesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSpacesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id_equals ⇒ ::String
Returns the value of attribute domain_id_equals.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "CreationTime", "LastModifiedTime"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
-
#space_name_contains ⇒ ::String
Returns the value of attribute space_name_contains.
Instance Attribute Details
#domain_id_equals ⇒ ::String
Returns the value of attribute domain_id_equals.
8416 8417 8418 |
# File 'sig/types.rbs', line 8416 def domain_id_equals @domain_id_equals end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8413 8414 8415 |
# File 'sig/types.rbs', line 8413 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8412 8413 8414 |
# File 'sig/types.rbs', line 8412 def next_token @next_token end |
#sort_by ⇒ "CreationTime", "LastModifiedTime"
Returns the value of attribute sort_by.
8415 8416 8417 |
# File 'sig/types.rbs', line 8415 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8414 8415 8416 |
# File 'sig/types.rbs', line 8414 def sort_order @sort_order end |
#space_name_contains ⇒ ::String
Returns the value of attribute space_name_contains.
8417 8418 8419 |
# File 'sig/types.rbs', line 8417 def space_name_contains @space_name_contains end |