Class: Aws::Types::ListClusterSchedulerConfigsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListClusterSchedulerConfigsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#created_after ⇒ ::Time
Returns the value of attribute created_after.
-
#created_before ⇒ ::Time
Returns the value of attribute created_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 ⇒ "Name", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
7369 7370 7371 |
# File 'sig/types.rbs', line 7369 def cluster_arn @cluster_arn end |
#created_after ⇒ ::Time
Returns the value of attribute created_after.
7366 7367 7368 |
# File 'sig/types.rbs', line 7366 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
7367 7368 7369 |
# File 'sig/types.rbs', line 7367 def created_before @created_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7374 7375 7376 |
# File 'sig/types.rbs', line 7374 def max_results @max_results end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
7368 7369 7370 |
# File 'sig/types.rbs', line 7368 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7373 7374 7375 |
# File 'sig/types.rbs', line 7373 def next_token @next_token end |
#sort_by ⇒ "Name", ...
Returns the value of attribute sort_by.
7371 7372 7373 |
# File 'sig/types.rbs', line 7371 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7372 7373 7374 |
# File 'sig/types.rbs', line 7372 def sort_order @sort_order end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
7370 7371 7372 |
# File 'sig/types.rbs', line 7370 def status @status end |