Class: Aws::Types::ListClusterEventsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • ("EventTime")


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.

Returns:

  • ("Ascending", "Descending")


7271
7272
7273
# File 'sig/types.rbs', line 7271

def sort_order
  @sort_order
end