Class: Aws::Types::ListComputeQuotasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


7384
7385
7386
# File 'sig/types.rbs', line 7384

def cluster_arn
  @cluster_arn
end

#created_after::Time

Returns the value of attribute created_after.

Returns:

  • (::Time)


7380
7381
7382
# File 'sig/types.rbs', line 7380

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:

  • (::Time)


7381
7382
7383
# File 'sig/types.rbs', line 7381

def created_before
  @created_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7388
7389
7390
# File 'sig/types.rbs', line 7388

def max_results
  @max_results
end

#name_contains::String

Returns the value of attribute name_contains.

Returns:

  • (::String)


7382
7383
7384
# File 'sig/types.rbs', line 7382

def name_contains
  @name_contains
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7387
7388
7389
# File 'sig/types.rbs', line 7387

def next_token
  @next_token
end

#sort_by"Name", ...

Returns the value of attribute sort_by.

Returns:

  • ("Name", "CreationTime", "Status", "ClusterArn")


7385
7386
7387
# File 'sig/types.rbs', line 7385

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


7386
7387
7388
# File 'sig/types.rbs', line 7386

def sort_order
  @sort_order
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "CreateFailed", "CreateRollbackFailed", "Created", "Updating", "UpdateFailed", "UpdateRollbackFailed", "Updated", "Deleting", "DeleteFailed", "DeleteRollbackFailed", "Deleted")


7383
7384
7385
# File 'sig/types.rbs', line 7383

def status
  @status
end