Class: Aws::Types::CreateManagedInstancesProviderConfiguration

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.



442
443
444
# File 'sig/types.rbs', line 442

def auto_repair_configuration
  @auto_repair_configuration
end

#infrastructure_optimizationTypes::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.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def infrastructure_role_arn
  @infrastructure_role_arn
end

#instance_launch_templateTypes::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.

Returns:

  • ("CAPACITY_PROVIDER", "NONE")


440
441
442
# File 'sig/types.rbs', line 440

def propagate_tags
  @propagate_tags
end