Class: Aws::Types::ListVirtualClustersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_provider_id::String

Returns the value of attribute container_provider_id.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def container_provider_id
  @container_provider_id
end

#container_provider_type"EKS"

Returns the value of attribute container_provider_type.

Returns:

  • ("EKS")


475
476
477
# File 'sig/types.rbs', line 475

def container_provider_type
  @container_provider_type
end

#created_after::Time

Returns the value of attribute created_after.

Returns:

  • (::Time)


476
477
478
# File 'sig/types.rbs', line 476

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:

  • (::Time)


477
478
479
# File 'sig/types.rbs', line 477

def created_before
  @created_before
end

#eks_access_entry_integratedBoolean

Returns the value of attribute eks_access_entry_integrated.

Returns:

  • (Boolean)


481
482
483
# File 'sig/types.rbs', line 481

def eks_access_entry_integrated
  @eks_access_entry_integrated
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


479
480
481
# File 'sig/types.rbs', line 479

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def next_token
  @next_token
end

#states::Array[("RUNNING" | "TERMINATING" | "TERMINATED" | "ARRESTED")]

Returns the value of attribute states.

Returns:

  • (::Array[("RUNNING" | "TERMINATING" | "TERMINATED" | "ARRESTED")])


478
479
480
# File 'sig/types.rbs', line 478

def states
  @states
end