Class: Aws::Types::ListClustersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListClustersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
-
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
-
#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 ⇒ "CREATION_TIME", "NAME"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
-
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
Instance Attribute Details
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
7323 7324 7325 |
# File 'sig/types.rbs', line 7323 def creation_time_after @creation_time_after end |
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
7324 7325 7326 |
# File 'sig/types.rbs', line 7324 def creation_time_before @creation_time_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7325 7326 7327 |
# File 'sig/types.rbs', line 7325 def max_results @max_results end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
7326 7327 7328 |
# File 'sig/types.rbs', line 7326 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7327 7328 7329 |
# File 'sig/types.rbs', line 7327 def next_token @next_token end |
#sort_by ⇒ "CREATION_TIME", "NAME"
Returns the value of attribute sort_by.
7328 7329 7330 |
# File 'sig/types.rbs', line 7328 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7329 7330 7331 |
# File 'sig/types.rbs', line 7329 def sort_order @sort_order end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
7330 7331 7332 |
# File 'sig/types.rbs', line 7330 def training_plan_arn @training_plan_arn end |