Class: Aws::Types::ListClusterEventsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.



7327
7328
7329
# File 'sig/types.rbs', line 7327

def cluster_name
  @cluster_name
end

#event_time_after::Time

Returns the value of attribute event_time_after.



7330
7331
7332
# File 'sig/types.rbs', line 7330

def event_time_after
  @event_time_after
end

#event_time_before::Time

Returns the value of attribute event_time_before.



7331
7332
7333
# File 'sig/types.rbs', line 7331

def event_time_before
  @event_time_before
end

#instance_group_name::String

Returns the value of attribute instance_group_name.



7328
7329
7330
# File 'sig/types.rbs', line 7328

def instance_group_name
  @instance_group_name
end

#max_results::Integer

Returns the value of attribute max_results.



7335
7336
7337
# File 'sig/types.rbs', line 7335

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



7336
7337
7338
# File 'sig/types.rbs', line 7336

def next_token
  @next_token
end

#node_id::String

Returns the value of attribute node_id.



7329
7330
7331
# File 'sig/types.rbs', line 7329

def node_id
  @node_id
end

#resource_type"Cluster", ...

Returns the value of attribute resource_type.



7334
7335
7336
# File 'sig/types.rbs', line 7334

def resource_type
  @resource_type
end

#sort_by"EventTime"

Returns the value of attribute sort_by.



7332
7333
7334
# File 'sig/types.rbs', line 7332

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.



7333
7334
7335
# File 'sig/types.rbs', line 7333

def sort_order
  @sort_order
end