Class: Aws::Types::ListClustersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_after::Time

Returns the value of attribute creation_time_after.

Returns:

  • (::Time)


7338
7339
7340
# File 'sig/types.rbs', line 7338

def creation_time_after
  @creation_time_after
end

#creation_time_before::Time

Returns the value of attribute creation_time_before.

Returns:

  • (::Time)


7339
7340
7341
# File 'sig/types.rbs', line 7339

def creation_time_before
  @creation_time_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7340
7341
7342
# File 'sig/types.rbs', line 7340

def max_results
  @max_results
end

#name_contains::String

Returns the value of attribute name_contains.

Returns:

  • (::String)


7341
7342
7343
# File 'sig/types.rbs', line 7341

def name_contains
  @name_contains
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7342
7343
7344
# File 'sig/types.rbs', line 7342

def next_token
  @next_token
end

#sort_by"CREATION_TIME", "NAME"

Returns the value of attribute sort_by.

Returns:

  • ("CREATION_TIME", "NAME")


7343
7344
7345
# File 'sig/types.rbs', line 7343

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


7344
7345
7346
# File 'sig/types.rbs', line 7344

def sort_order
  @sort_order
end

#training_plan_arn::String

Returns the value of attribute training_plan_arn.

Returns:

  • (::String)


7345
7346
7347
# File 'sig/types.rbs', line 7345

def training_plan_arn
  @training_plan_arn
end