Class: Aws::Types::UpdateManagedInstancesProviderConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateManagedInstancesProviderConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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 ⇒ ::String
Returns the value of attribute propagate_tags.
Instance Attribute Details
#infrastructure_optimization ⇒ Types::InfrastructureOptimization
Returns the value of attribute infrastructure_optimization.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def infrastructure_optimization @infrastructure_optimization end |
#infrastructure_role_arn ⇒ ::String
Returns the value of attribute infrastructure_role_arn.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def infrastructure_role_arn @infrastructure_role_arn end |
#instance_launch_template ⇒ Types::InstanceLaunchTemplateUpdate
Returns the value of attribute instance_launch_template.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def instance_launch_template @instance_launch_template end |
#propagate_tags ⇒ ::String
Returns the value of attribute propagate_tags.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def @propagate_tags end |