Class: Aws::Types::ListWorkteamsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkteamsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "Name", "CreateDate"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8711 8712 8713 |
# File 'sig/types.rbs', line 8711 def max_results @max_results end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
8709 8710 8711 |
# File 'sig/types.rbs', line 8709 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8710 8711 8712 |
# File 'sig/types.rbs', line 8710 def next_token @next_token end |
#sort_by ⇒ "Name", "CreateDate"
Returns the value of attribute sort_by.
8707 8708 8709 |
# File 'sig/types.rbs', line 8707 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8708 8709 8710 |
# File 'sig/types.rbs', line 8708 def sort_order @sort_order end |