Class: Aws::Types::MixedInstancesPolicy
- Inherits:
-
Object
- Object
- Aws::Types::MixedInstancesPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instances_distribution ⇒ Types::InstancesDistribution
Returns the value of attribute instances_distribution.
-
#launch_template ⇒ Types::LaunchTemplate
Returns the value of attribute launch_template.
Instance Attribute Details
#instances_distribution ⇒ Types::InstancesDistribution
Returns the value of attribute instances_distribution.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def instances_distribution @instances_distribution end |
#launch_template ⇒ Types::LaunchTemplate
Returns the value of attribute launch_template.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def launch_template @launch_template end |