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.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def auto_repair_configuration @auto_repair_configuration end |
#infrastructure_optimization ⇒ Types::InfrastructureOptimization
Returns the value of attribute infrastructure_optimization.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def infrastructure_optimization @infrastructure_optimization end |
#infrastructure_role_arn ⇒ ::String
Returns the value of attribute infrastructure_role_arn.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def infrastructure_role_arn @infrastructure_role_arn end |
#instance_launch_template ⇒ Types::InstanceLaunchTemplate
Returns the value of attribute instance_launch_template.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def instance_launch_template @instance_launch_template end |
#propagate_tags ⇒ "CAPACITY_PROVIDER", "NONE"
Returns the value of attribute propagate_tags.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def end |