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.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def instances_distribution @instances_distribution end |
#launch_template ⇒ Types::LaunchTemplate
Returns the value of attribute launch_template.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def launch_template @launch_template end |