Class: Aws::Types::ModifyFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::String
Returns the value of attribute context.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#excess_capacity_termination_policy ⇒ "no-termination", "termination"
Returns the value of attribute excess_capacity_termination_policy.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#launch_template_configs ⇒ ::Array[Types::FleetLaunchTemplateConfigRequest]
Returns the value of attribute launch_template_configs.
-
#target_capacity_specification ⇒ Types::TargetCapacitySpecificationRequest
Returns the value of attribute target_capacity_specification.
Instance Attribute Details
#context ⇒ ::String
Returns the value of attribute context.
13941 13942 13943 |
# File 'sig/types.rbs', line 13941 def context @context end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13936 13937 13938 |
# File 'sig/types.rbs', line 13936 def dry_run @dry_run end |
#excess_capacity_termination_policy ⇒ "no-termination", "termination"
Returns the value of attribute excess_capacity_termination_policy.
13937 13938 13939 |
# File 'sig/types.rbs', line 13937 def excess_capacity_termination_policy @excess_capacity_termination_policy end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
13939 13940 13941 |
# File 'sig/types.rbs', line 13939 def fleet_id @fleet_id end |
#launch_template_configs ⇒ ::Array[Types::FleetLaunchTemplateConfigRequest]
Returns the value of attribute launch_template_configs.
13938 13939 13940 |
# File 'sig/types.rbs', line 13938 def launch_template_configs @launch_template_configs end |
#target_capacity_specification ⇒ Types::TargetCapacitySpecificationRequest
Returns the value of attribute target_capacity_specification.
13940 13941 13942 |
# File 'sig/types.rbs', line 13940 def target_capacity_specification @target_capacity_specification end |