Class: Aws::Types::ListClusterNodesRequest

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)


7300
7301
7302
# File 'sig/types.rbs', line 7300

def cluster_name
  @cluster_name
end

#creation_time_after::Time

Returns the value of attribute creation_time_after.

Returns:

  • (::Time)


7301
7302
7303
# File 'sig/types.rbs', line 7301

def creation_time_after
  @creation_time_after
end

#creation_time_before::Time

Returns the value of attribute creation_time_before.

Returns:

  • (::Time)


7302
7303
7304
# File 'sig/types.rbs', line 7302

def creation_time_before
  @creation_time_before
end

#include_node_logical_idsBoolean

Returns the value of attribute include_node_logical_ids.

Returns:

  • (Boolean)


7308
7309
7310
# File 'sig/types.rbs', line 7308

def include_node_logical_ids
  @include_node_logical_ids
end

#instance_group_name_contains::String

Returns the value of attribute instance_group_name_contains.

Returns:

  • (::String)


7303
7304
7305
# File 'sig/types.rbs', line 7303

def instance_group_name_contains
  @instance_group_name_contains
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7304
7305
7306
# File 'sig/types.rbs', line 7304

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7305
7306
7307
# File 'sig/types.rbs', line 7305

def next_token
  @next_token
end

#sort_by"CREATION_TIME", "NAME"

Returns the value of attribute sort_by.

Returns:

  • ("CREATION_TIME", "NAME")


7306
7307
7308
# File 'sig/types.rbs', line 7306

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


7307
7308
7309
# File 'sig/types.rbs', line 7307

def sort_order
  @sort_order
end