Class: Aws::Types::ListClusterNodesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListClusterNodesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
-
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
-
#include_node_logical_ids ⇒ Boolean
Returns the value of attribute include_node_logical_ids.
-
#instance_group_name_contains ⇒ ::String
Returns the value of attribute instance_group_name_contains.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#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.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
7285 7286 7287 |
# File 'sig/types.rbs', line 7285 def cluster_name @cluster_name end |
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
7286 7287 7288 |
# File 'sig/types.rbs', line 7286 def creation_time_after @creation_time_after end |
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
7287 7288 7289 |
# File 'sig/types.rbs', line 7287 def creation_time_before @creation_time_before end |
#include_node_logical_ids ⇒ Boolean
Returns the value of attribute include_node_logical_ids.
7293 7294 7295 |
# File 'sig/types.rbs', line 7293 def include_node_logical_ids @include_node_logical_ids end |
#instance_group_name_contains ⇒ ::String
Returns the value of attribute instance_group_name_contains.
7288 7289 7290 |
# File 'sig/types.rbs', line 7288 def instance_group_name_contains @instance_group_name_contains end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7289 7290 7291 |
# File 'sig/types.rbs', line 7289 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7290 7291 7292 |
# File 'sig/types.rbs', line 7290 def next_token @next_token end |
#sort_by ⇒ "CREATION_TIME", "NAME"
Returns the value of attribute sort_by.
7291 7292 7293 |
# File 'sig/types.rbs', line 7291 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7292 7293 7294 |
# File 'sig/types.rbs', line 7292 def sort_order @sort_order end |