Class: Aws::Types::CreateManagedInstancesProviderConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateManagedInstancesProviderConfiguration
- 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.
442 443 444 |
# File 'sig/types.rbs', line 442 def auto_repair_configuration @auto_repair_configuration end |
#infrastructure_optimization ⇒ Types::InfrastructureOptimization
Returns the value of attribute infrastructure_optimization.
441 442 443 |
# File 'sig/types.rbs', line 441 def infrastructure_optimization @infrastructure_optimization end |
#infrastructure_role_arn ⇒ ::String
Returns the value of attribute infrastructure_role_arn.
438 439 440 |
# File 'sig/types.rbs', line 438 def infrastructure_role_arn @infrastructure_role_arn end |
#instance_launch_template ⇒ Types::InstanceLaunchTemplate
Returns the value of attribute instance_launch_template.
439 440 441 |
# File 'sig/types.rbs', line 439 def instance_launch_template @instance_launch_template end |
#propagate_tags ⇒ "CAPACITY_PROVIDER", "NONE"
Returns the value of attribute propagate_tags.
440 441 442 |
# File 'sig/types.rbs', line 440 def @propagate_tags end |