Class: Aws::Types::UpdateLaunchConfigurationRequest

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)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def copy_private_ip
  @copy_private_ip
end

#copy_tagsBoolean

Returns the value of attribute copy_tags.

Returns:

  • (Boolean)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def copy_tags
  @copy_tags
end

#launch_disposition"STOPPED", "STARTED"

Returns the value of attribute launch_disposition.

Returns:

  • ("STOPPED", "STARTED")


1452
1453
1454
# File 'sig/types.rbs', line 1452

def launch_disposition
  @launch_disposition
end

#launch_into_instance_propertiesTypes::LaunchIntoInstanceProperties

Returns the value of attribute launch_into_instance_properties.



1458
1459
1460
# File 'sig/types.rbs', line 1458

def launch_into_instance_properties
  @launch_into_instance_properties
end

#licensingTypes::Licensing

Returns the value of attribute licensing.

Returns:



1456
1457
1458
# File 'sig/types.rbs', line 1456

def licensing
  @licensing
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def name
  @name
end

#post_launch_enabledBoolean

Returns the value of attribute post_launch_enabled.

Returns:

  • (Boolean)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def post_launch_enabled
  @post_launch_enabled
end

#recovery_mode"FAST", "OPTIMAL"

Returns the value of attribute recovery_mode.

Returns:

  • ("FAST", "OPTIMAL")


1459
1460
1461
# File 'sig/types.rbs', line 1459

def recovery_mode
  @recovery_mode
end

#source_server_id::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def source_server_id
  @source_server_id
end

#target_instance_type_right_sizing_method"NONE", ...

Returns the value of attribute target_instance_type_right_sizing_method.

Returns:

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


1453
1454
1455
# File 'sig/types.rbs', line 1453

def target_instance_type_right_sizing_method
  @target_instance_type_right_sizing_method
end