Class: Aws::Types::ListVirtualClustersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListVirtualClustersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_provider_id ⇒ ::String
Returns the value of attribute container_provider_id.
-
#container_provider_type ⇒ "EKS"
Returns the value of attribute container_provider_type.
-
#created_after ⇒ ::Time
Returns the value of attribute created_after.
-
#created_before ⇒ ::Time
Returns the value of attribute created_before.
-
#eks_access_entry_integrated ⇒ Boolean
Returns the value of attribute eks_access_entry_integrated.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#states ⇒ ::Array[("RUNNING" | "TERMINATING" | "TERMINATED" | "ARRESTED")]
Returns the value of attribute states.
Instance Attribute Details
#container_provider_id ⇒ ::String
Returns the value of attribute container_provider_id.
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.
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.
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.
477 478 479 |
# File 'sig/types.rbs', line 477 def created_before @created_before end |
#eks_access_entry_integrated ⇒ Boolean
Returns the value of attribute eks_access_entry_integrated.
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.
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.
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.
478 479 480 |
# File 'sig/types.rbs', line 478 def states @states end |