Class: Aws::Types::UpdateLaunchConfigurationTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#copy_private_ipBoolean

Returns the value of attribute copy_private_ip.

Returns:

  • (Boolean)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def copy_private_ip
  @copy_private_ip
end

#copy_tagsBoolean

Returns the value of attribute copy_tags.

Returns:

  • (Boolean)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def copy_tags
  @copy_tags
end

#export_bucket_arn::String

Returns the value of attribute export_bucket_arn.

Returns:

  • (::String)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def export_bucket_arn
  @export_bucket_arn
end

#launch_configuration_template_id::String

Returns the value of attribute launch_configuration_template_id.

Returns:

  • (::String)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def launch_configuration_template_id
  @launch_configuration_template_id
end

#launch_disposition"STOPPED", "STARTED"

Returns the value of attribute launch_disposition.

Returns:

  • ("STOPPED", "STARTED")


1465
1466
1467
# File 'sig/types.rbs', line 1465

def launch_disposition
  @launch_disposition
end

#launch_into_source_instanceBoolean

Returns the value of attribute launch_into_source_instance.

Returns:

  • (Boolean)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def launch_into_source_instance
  @launch_into_source_instance
end

#licensingTypes::Licensing

Returns the value of attribute licensing.

Returns:



1469
1470
1471
# File 'sig/types.rbs', line 1469

def licensing
  @licensing
end

#post_launch_enabledBoolean

Returns the value of attribute post_launch_enabled.

Returns:

  • (Boolean)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def post_launch_enabled
  @post_launch_enabled
end

#recovery_mode"FAST", "OPTIMAL"

Returns the value of attribute recovery_mode.

Returns:

  • ("FAST", "OPTIMAL")


1473
1474
1475
# File 'sig/types.rbs', line 1473

def recovery_mode
  @recovery_mode
end

#target_instance_type_right_sizing_method"NONE", ...

Returns the value of attribute target_instance_type_right_sizing_method.

Returns:

  • ("NONE", "BASIC", "IN_AWS")


1466
1467
1468
# File 'sig/types.rbs', line 1466

def target_instance_type_right_sizing_method
  @target_instance_type_right_sizing_method
end