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_ip ⇒ Boolean

Returns the value of attribute copy_private_ip.

Returns:

  • (Boolean)


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

def copy_private_ip
  @copy_private_ip
end

#copy_tags ⇒ Boolean

Returns the value of attribute copy_tags.

Returns:

  • (Boolean)


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

def copy_tags
  @copy_tags
end

#launch_disposition ⇒ "STOPPED", "STARTED"

Returns the value of attribute launch_disposition.

Returns:

  • ("STOPPED", "STARTED")


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

def launch_disposition
  @launch_disposition
end

#launch_into_instance_properties ⇒ Types::LaunchIntoInstanceProperties

Returns the value of attribute launch_into_instance_properties.



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

def launch_into_instance_properties
  @launch_into_instance_properties
end

#licensing ⇒ Types::Licensing

Returns the value of attribute licensing.

Returns:



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

def licensing
  @licensing
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#post_launch_enabled ⇒ Boolean

Returns the value of attribute post_launch_enabled.

Returns:

  • (Boolean)


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

def post_launch_enabled
  @post_launch_enabled
end

#recovery_mode ⇒ "FAST", "OPTIMAL"

Returns the value of attribute recovery_mode.

Returns:

  • ("FAST", "OPTIMAL")


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

def recovery_mode
  @recovery_mode
end

#source_server_id ⇒ ::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


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

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")


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

def target_instance_type_right_sizing_method
  @target_instance_type_right_sizing_method
end