Class: Aws::EMR::Types::AddInstanceFleetInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EMR::Types::AddInstanceFleetInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-emr/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the cluster.
 - 
  
    
      #instance_fleet  ⇒ Types::InstanceFleetConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the configuration of the instance fleet.
 
Instance Attribute Details
#cluster_id ⇒ String
The unique identifier of the cluster.
      23 24 25 26 27 28  | 
    
      # File 'lib/aws-sdk-emr/types.rb', line 23 class AddInstanceFleetInput < Struct.new( :cluster_id, :instance_fleet) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_fleet ⇒ Types::InstanceFleetConfig
Specifies the configuration of the instance fleet.
      23 24 25 26 27 28  | 
    
      # File 'lib/aws-sdk-emr/types.rb', line 23 class AddInstanceFleetInput < Struct.new( :cluster_id, :instance_fleet) SENSITIVE = [] include Aws::Structure end  |