Class: Aws::Types::ListClusterEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListClusterEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#event_time_after ⇒ ::Time
Returns the value of attribute event_time_after.
-
#event_time_before ⇒ ::Time
Returns the value of attribute event_time_before.
-
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#resource_type ⇒ "Cluster", ...
Returns the value of attribute resource_type.
-
#sort_by ⇒ "EventTime"
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.
7280 7281 7282 |
# File 'sig/types.rbs', line 7280 def cluster_name @cluster_name end |
#event_time_after ⇒ ::Time
Returns the value of attribute event_time_after.
7283 7284 7285 |
# File 'sig/types.rbs', line 7283 def event_time_after @event_time_after end |
#event_time_before ⇒ ::Time
Returns the value of attribute event_time_before.
7284 7285 7286 |
# File 'sig/types.rbs', line 7284 def event_time_before @event_time_before end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
7281 7282 7283 |
# File 'sig/types.rbs', line 7281 def instance_group_name @instance_group_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7288 7289 7290 |
# File 'sig/types.rbs', line 7288 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7289 7290 7291 |
# File 'sig/types.rbs', line 7289 def next_token @next_token end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
7282 7283 7284 |
# File 'sig/types.rbs', line 7282 def node_id @node_id end |
#resource_type ⇒ "Cluster", ...
Returns the value of attribute resource_type.
7287 7288 7289 |
# File 'sig/types.rbs', line 7287 def resource_type @resource_type end |
#sort_by ⇒ "EventTime"
Returns the value of attribute sort_by.
7285 7286 7287 |
# File 'sig/types.rbs', line 7285 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7286 7287 7288 |
# File 'sig/types.rbs', line 7286 def sort_order @sort_order end |