class Aws::EMRContainers::Types::ListVirtualClustersRequest
@note When making an API call, you may pass ListVirtualClustersRequest
data as a hash: { container_provider_id: "String1024", container_provider_type: "EKS", # accepts EKS created_after: Time.now, created_before: Time.now, states: ["RUNNING"], # accepts RUNNING, TERMINATING, TERMINATED, ARRESTED max_results: 1, next_token: "NextToken", }
@!attribute [rw] container_provider_id
The container provider ID of the virtual cluster. @return [String]
@!attribute [rw] container_provider_type
The container provider type of the virtual cluster. EKS is the only supported type as of now. @return [String]
@!attribute [rw] created_after
The date and time after which the virtual clusters are created. @return [Time]
@!attribute [rw] created_before
The date and time before which the virtual clusters are created. @return [Time]
@!attribute [rw] states
The states of the requested virtual clusters. @return [Array<String>]
@!attribute [rw] max_results
The maximum number of virtual clusters that can be listed. @return [Integer]
@!attribute [rw] next_token
The token for the next set of virtual clusters to return. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/emr-containers-2020-10-01/ListVirtualClustersRequest AWS API Documentation
Constants
- SENSITIVE