Class: Aws::EC2::Types::ModifyFleetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ModifyFleetRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #context  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reserved.
 - 
  
    
      #dry_run  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
 - 
  
    
      #excess_capacity_termination_policy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
 - 
  
    
      #fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the EC2 Fleet.
 - 
  
    
      #launch_template_configs  ⇒ Array<Types::FleetLaunchTemplateConfigRequest> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The launch template and overrides.
 - 
  
    
      #target_capacity_specification  ⇒ Types::TargetCapacitySpecificationRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The size of the EC2 Fleet.
 
Instance Attribute Details
#context ⇒ String
Reserved.
      47965 47966 47967 47968 47969 47970 47971 47972 47973 47974  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47965 class ModifyFleetRequest < Struct.new( :dry_run, :excess_capacity_termination_policy, :launch_template_configs, :fleet_id, :target_capacity_specification, :context) SENSITIVE = [] include Aws::Structure end  | 
  
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ‘DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
      47965 47966 47967 47968 47969 47970 47971 47972 47973 47974  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47965 class ModifyFleetRequest < Struct.new( :dry_run, :excess_capacity_termination_policy, :launch_template_configs, :fleet_id, :target_capacity_specification, :context) SENSITIVE = [] include Aws::Structure end  | 
  
#excess_capacity_termination_policy ⇒ String
Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
Supported only for fleets of type ‘maintain`.
      47965 47966 47967 47968 47969 47970 47971 47972 47973 47974  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47965 class ModifyFleetRequest < Struct.new( :dry_run, :excess_capacity_termination_policy, :launch_template_configs, :fleet_id, :target_capacity_specification, :context) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet_id ⇒ String
The ID of the EC2 Fleet.
      47965 47966 47967 47968 47969 47970 47971 47972 47973 47974  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47965 class ModifyFleetRequest < Struct.new( :dry_run, :excess_capacity_termination_policy, :launch_template_configs, :fleet_id, :target_capacity_specification, :context) SENSITIVE = [] include Aws::Structure end  | 
  
#launch_template_configs ⇒ Array<Types::FleetLaunchTemplateConfigRequest>
The launch template and overrides.
      47965 47966 47967 47968 47969 47970 47971 47972 47973 47974  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47965 class ModifyFleetRequest < Struct.new( :dry_run, :excess_capacity_termination_policy, :launch_template_configs, :fleet_id, :target_capacity_specification, :context) SENSITIVE = [] include Aws::Structure end  | 
  
#target_capacity_specification ⇒ Types::TargetCapacitySpecificationRequest
The size of the EC2 Fleet.
      47965 47966 47967 47968 47969 47970 47971 47972 47973 47974  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47965 class ModifyFleetRequest < Struct.new( :dry_run, :excess_capacity_termination_policy, :launch_template_configs, :fleet_id, :target_capacity_specification, :context) SENSITIVE = [] include Aws::Structure end  |