Class: Aws::Types::UpdateManagedInstancesProviderConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateManagedInstancesProviderConfiguration
- 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::InstanceLaunchTemplateUpdate
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.
2934 2935 2936 |
# File 'sig/types.rbs', line 2934 def auto_repair_configuration @auto_repair_configuration end |
#infrastructure_optimization ⇒ Types::InfrastructureOptimization
Returns the value of attribute infrastructure_optimization.
2933 2934 2935 |
# File 'sig/types.rbs', line 2933 def infrastructure_optimization @infrastructure_optimization end |
#infrastructure_role_arn ⇒ ::String
Returns the value of attribute infrastructure_role_arn.
2930 2931 2932 |
# File 'sig/types.rbs', line 2930 def infrastructure_role_arn @infrastructure_role_arn end |
#instance_launch_template ⇒ Types::InstanceLaunchTemplateUpdate
Returns the value of attribute instance_launch_template.
2931 2932 2933 |
# File 'sig/types.rbs', line 2931 def instance_launch_template @instance_launch_template end |
#propagate_tags ⇒ "CAPACITY_PROVIDER", "NONE"
Returns the value of attribute propagate_tags.
2932 2933 2934 |
# File 'sig/types.rbs', line 2932 def @propagate_tags end |