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.
7265 7266 7267 |
# File 'sig/types.rbs', line 7265 def cluster_name @cluster_name end |
#event_time_after ⇒ ::Time
Returns the value of attribute event_time_after.
7268 7269 7270 |
# File 'sig/types.rbs', line 7268 def event_time_after @event_time_after end |
#event_time_before ⇒ ::Time
Returns the value of attribute event_time_before.
7269 7270 7271 |
# File 'sig/types.rbs', line 7269 def event_time_before @event_time_before end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
7266 7267 7268 |
# File 'sig/types.rbs', line 7266 def instance_group_name @instance_group_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7273 7274 7275 |
# File 'sig/types.rbs', line 7273 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7274 7275 7276 |
# File 'sig/types.rbs', line 7274 def next_token @next_token end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
7267 7268 7269 |
# File 'sig/types.rbs', line 7267 def node_id @node_id end |
#resource_type ⇒ "Cluster", ...
Returns the value of attribute resource_type.
7272 7273 7274 |
# File 'sig/types.rbs', line 7272 def resource_type @resource_type end |
#sort_by ⇒ "EventTime"
Returns the value of attribute sort_by.
7270 7271 7272 |
# File 'sig/types.rbs', line 7270 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7271 7272 7273 |
# File 'sig/types.rbs', line 7271 def sort_order @sort_order end |