Class: Aws::Types::ManagedInstancesProvider
- Inherits:
-
Object
- Object
- Aws::Types::ManagedInstancesProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_repair_configuration ⇒ Types::AutoRepairConfiguration
Returns the value of attribute auto_repair_configuration.
-
#infrastructure_optimization ⇒ Types::InfrastructureOptimization
Returns the value of attribute infrastructure_optimization.
-
#infrastructure_role_arn ⇒ ::String
Returns the value of attribute infrastructure_role_arn.
-
#instance_launch_template ⇒ Types::InstanceLaunchTemplate
Returns the value of attribute instance_launch_template.
-
#propagate_tags ⇒ "CAPACITY_PROVIDER", "NONE"
Returns the value of attribute propagate_tags.
Instance Attribute Details
#auto_repair_configuration ⇒ Types::AutoRepairConfiguration
Returns the value of attribute auto_repair_configuration.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def auto_repair_configuration @auto_repair_configuration end |
#infrastructure_optimization ⇒ Types::InfrastructureOptimization
Returns the value of attribute infrastructure_optimization.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def infrastructure_optimization @infrastructure_optimization end |
#infrastructure_role_arn ⇒ ::String
Returns the value of attribute infrastructure_role_arn.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def infrastructure_role_arn @infrastructure_role_arn end |
#instance_launch_template ⇒ Types::InstanceLaunchTemplate
Returns the value of attribute instance_launch_template.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def instance_launch_template @instance_launch_template end |
#propagate_tags ⇒ "CAPACITY_PROVIDER", "NONE"
Returns the value of attribute propagate_tags.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def @propagate_tags end |