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)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • ("EventTime")


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.

Returns:

  • ("Ascending", "Descending")


7286
7287
7288
# File 'sig/types.rbs', line 7286

def sort_order
  @sort_order
end