Class: Aws::Types::UpdateManagedInstancesProviderConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#infrastructure_optimizationTypes::InfrastructureOptimization

Returns the value of attribute infrastructure_optimization.



1866
1867
1868
# File 'sig/types.rbs', line 1866

def infrastructure_optimization
  @infrastructure_optimization
end

#infrastructure_role_arn::String

Returns the value of attribute infrastructure_role_arn.

Returns:

  • (::String)


1864
1865
1866
# File 'sig/types.rbs', line 1864

def infrastructure_role_arn
  @infrastructure_role_arn
end

#instance_launch_templateTypes::InstanceLaunchTemplateUpdate

Returns the value of attribute instance_launch_template.



1865
1866
1867
# File 'sig/types.rbs', line 1865

def instance_launch_template
  @instance_launch_template
end

#propagate_tags::String

Returns the value of attribute propagate_tags.

Returns:

  • (::String)


1863
1864
1865
# File 'sig/types.rbs', line 1863

def propagate_tags
  @propagate_tags
end