Class: Aws::Types::ManagedInstancesProvider

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_repair_configurationTypes::AutoRepairConfiguration

Returns the value of attribute auto_repair_configuration.

Returns:



1793
1794
1795
# File 'sig/types.rbs', line 1793

def auto_repair_configuration
  @auto_repair_configuration
end

#infrastructure_optimizationTypes::InfrastructureOptimization

Returns the value of attribute infrastructure_optimization.

Returns:



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.

Returns:



1789
1790
1791
# File 'sig/types.rbs', line 1789

def infrastructure_role_arn
  @infrastructure_role_arn
end

#instance_launch_templateTypes::InstanceLaunchTemplate

Returns the value of attribute instance_launch_template.

Returns:



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.

Returns:



1791
1792
1793
# File 'sig/types.rbs', line 1791

def propagate_tags
  @propagate_tags
end