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.
2952 2953 2954 |
# File 'sig/types.rbs', line 2952 def auto_repair_configuration @auto_repair_configuration end |
#infrastructure_optimization ⇒ Types::InfrastructureOptimization
Returns the value of attribute infrastructure_optimization.
2951 2952 2953 |
# File 'sig/types.rbs', line 2951 def infrastructure_optimization @infrastructure_optimization end |
#infrastructure_role_arn ⇒ ::String
Returns the value of attribute infrastructure_role_arn.
2948 2949 2950 |
# File 'sig/types.rbs', line 2948 def infrastructure_role_arn @infrastructure_role_arn end |
#instance_launch_template ⇒ Types::InstanceLaunchTemplateUpdate
Returns the value of attribute instance_launch_template.
2949 2950 2951 |
# File 'sig/types.rbs', line 2949 def instance_launch_template @instance_launch_template end |
#propagate_tags ⇒ "CAPACITY_PROVIDER", "NONE"
Returns the value of attribute propagate_tags.
2950 2951 2952 |
# File 'sig/types.rbs', line 2950 def @propagate_tags end |