Class: Aws::EMRContainers::Types::ListVirtualClustersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::ListVirtualClustersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_provider_id ⇒ String
The container provider ID of the virtual cluster.
-
#container_provider_type ⇒ String
The container provider type of the virtual cluster.
-
#created_after ⇒ Time
The date and time after which the virtual clusters are created.
-
#created_before ⇒ Time
The date and time before which the virtual clusters are created.
-
#eks_access_entry_integrated ⇒ Boolean
Optional Boolean that specifies whether the operation should return the virtual clusters that have the access entry integration enabled or disabled.
-
#max_results ⇒ Integer
The maximum number of virtual clusters that can be listed.
-
#next_token ⇒ String
The token for the next set of virtual clusters to return.
-
#states ⇒ Array<String>
The states of the requested virtual clusters.
Instance Attribute Details
#container_provider_id ⇒ String
The container provider ID of the virtual cluster.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1491 class ListVirtualClustersRequest < Struct.new( :container_provider_id, :container_provider_type, :created_after, :created_before, :states, :max_results, :next_token, :eks_access_entry_integrated) SENSITIVE = [] include Aws::Structure end |
#container_provider_type ⇒ String
The container provider type of the virtual cluster. Amazon EKS is the only supported type as of now.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1491 class ListVirtualClustersRequest < Struct.new( :container_provider_id, :container_provider_type, :created_after, :created_before, :states, :max_results, :next_token, :eks_access_entry_integrated) SENSITIVE = [] include Aws::Structure end |
#created_after ⇒ Time
The date and time after which the virtual clusters are created.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1491 class ListVirtualClustersRequest < Struct.new( :container_provider_id, :container_provider_type, :created_after, :created_before, :states, :max_results, :next_token, :eks_access_entry_integrated) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The date and time before which the virtual clusters are created.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1491 class ListVirtualClustersRequest < Struct.new( :container_provider_id, :container_provider_type, :created_after, :created_before, :states, :max_results, :next_token, :eks_access_entry_integrated) SENSITIVE = [] include Aws::Structure end |
#eks_access_entry_integrated ⇒ Boolean
Optional Boolean that specifies whether the operation should return the virtual clusters that have the access entry integration enabled or disabled. If not specified, the operation returns all applicable virtual clusters.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1491 class ListVirtualClustersRequest < Struct.new( :container_provider_id, :container_provider_type, :created_after, :created_before, :states, :max_results, :next_token, :eks_access_entry_integrated) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of virtual clusters that can be listed.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1491 class ListVirtualClustersRequest < Struct.new( :container_provider_id, :container_provider_type, :created_after, :created_before, :states, :max_results, :next_token, :eks_access_entry_integrated) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of virtual clusters to return.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1491 class ListVirtualClustersRequest < Struct.new( :container_provider_id, :container_provider_type, :created_after, :created_before, :states, :max_results, :next_token, :eks_access_entry_integrated) SENSITIVE = [] include Aws::Structure end |
#states ⇒ Array<String>
The states of the requested virtual clusters.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1491 class ListVirtualClustersRequest < Struct.new( :container_provider_id, :container_provider_type, :created_after, :created_before, :states, :max_results, :next_token, :eks_access_entry_integrated) SENSITIVE = [] include Aws::Structure end |