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.
13323 13324 13325 |
# File 'sig/types.rbs', line 13323 def context @context end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13318 13319 13320 |
# File 'sig/types.rbs', line 13318 def dry_run @dry_run end |
#excess_capacity_termination_policy ⇒ "no-termination", "termination"
Returns the value of attribute excess_capacity_termination_policy.
13319 13320 13321 |
# File 'sig/types.rbs', line 13319 def excess_capacity_termination_policy @excess_capacity_termination_policy end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
13321 13322 13323 |
# File 'sig/types.rbs', line 13321 def fleet_id @fleet_id end |
#launch_template_configs ⇒ ::Array[Types::FleetLaunchTemplateConfigRequest]
Returns the value of attribute launch_template_configs.
13320 13321 13322 |
# File 'sig/types.rbs', line 13320 def launch_template_configs @launch_template_configs end |
#target_capacity_specification ⇒ Types::TargetCapacitySpecificationRequest
Returns the value of attribute target_capacity_specification.
13322 13323 13324 |
# File 'sig/types.rbs', line 13322 def target_capacity_specification @target_capacity_specification end |