Class: Aws::EMRContainers::Types::DescribeVirtualClusterRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EMRContainers::Types::DescribeVirtualClusterRequest
 
- Defined in:
- gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the virtual cluster that will be described. 
Instance Attribute Details
#id ⇒ String
The ID of the virtual cluster that will be described.
| 710 711 712 713 714 | # File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 710 class DescribeVirtualClusterRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |