Class: Aws::EMRContainers::Types::ListVirtualClustersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::ListVirtualClustersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
This output displays the token for the next set of virtual clusters.
-
#virtual_clusters ⇒ Array<Types::VirtualCluster>
This output lists the specified virtual clusters.
Instance Attribute Details
#next_token ⇒ String
This output displays the token for the next set of virtual clusters.
1514 1515 1516 1517 1518 1519 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1514 class ListVirtualClustersResponse < Struct.new( :virtual_clusters, :next_token) SENSITIVE = [] include Aws::Structure end |
#virtual_clusters ⇒ Array<Types::VirtualCluster>
This output lists the specified virtual clusters.
1514 1515 1516 1517 1518 1519 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1514 class ListVirtualClustersResponse < Struct.new( :virtual_clusters, :next_token) SENSITIVE = [] include Aws::Structure end |