AWSEC2ModifyFleetRequest
Objective-C
@interface AWSEC2ModifyFleetRequestSwift
class AWSEC2ModifyFleetRequest- 
                  
                  Reserved. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable context;Swift var context: String? { get set }
- 
                  
                  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 isUnauthorizedOperation.DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable dryRun;Swift var dryRun: NSNumber? { get set }
- 
                  
                  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.DeclarationObjective-C @property (nonatomic) AWSEC2FleetExcessCapacityTerminationPolicy excessCapacityTerminationPolicy;Swift var excessCapacityTerminationPolicy: AWSEC2FleetExcessCapacityTerminationPolicy { get set }
- 
                  
                  The ID of the EC2 Fleet. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable fleetId;Swift var fleetId: String? { get set }
- 
                  
                  The launch template and overrides. DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSEC2FleetLaunchTemplateConfigRequest *> *_Nullable launchTemplateConfigs;Swift var launchTemplateConfigs: [AWSEC2FleetLaunchTemplateConfigRequest]? { get set }
- 
                  
                  The size of the EC2 Fleet. DeclarationObjective-C @property (nonatomic, strong) AWSEC2TargetCapacitySpecificationRequest *_Nullable targetCapacitySpecification;Swift var targetCapacitySpecification: AWSEC2TargetCapacitySpecificationRequest? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2ModifyFleetRequest Class Reference
        AWSEC2ModifyFleetRequest Class Reference