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.
1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1503 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.
1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1503 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.
1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1503 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.
1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1503 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.
1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1503 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.
1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1503 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.
1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1503 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.
1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1503 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 |