Class: Aws::Types::DesiredConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DesiredConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
-
#mixed_instances_policy ⇒ Types::MixedInstancesPolicy
Returns the value of attribute mixed_instances_policy.
Instance Attribute Details
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
587 588 589 |
# File 'sig/types.rbs', line 587 def launch_template @launch_template end |
#mixed_instances_policy ⇒ Types::MixedInstancesPolicy
Returns the value of attribute mixed_instances_policy.
588 589 590 |
# File 'sig/types.rbs', line 588 def mixed_instances_policy @mixed_instances_policy end |