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

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2050
2051
2052
# File 'sig/types.rbs', line 2050

def 
  @account_id
end

#boot_mode ⇒ "LEGACY_BIOS", ...

Returns the value of attribute boot_mode.

Returns:

  • ("LEGACY_BIOS", "UEFI", "USE_SOURCE")


2046
2047
2048
# File 'sig/types.rbs', line 2046

def boot_mode
  @boot_mode
end

#copy_private_ip ⇒ Boolean

Returns the value of attribute copy_private_ip.

Returns:

  • (Boolean)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def copy_private_ip
  @copy_private_ip
end

#copy_tags ⇒ Boolean

Returns the value of attribute copy_tags.

Returns:

  • (Boolean)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def copy_tags
  @copy_tags
end

#enable_map_auto_tagging ⇒ Boolean

Returns the value of attribute enable_map_auto_tagging.

Returns:

  • (Boolean)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def enable_map_auto_tagging
  @enable_map_auto_tagging
end

#launch_disposition ⇒ "STOPPED", "STARTED"

Returns the value of attribute launch_disposition.

Returns:

  • ("STOPPED", "STARTED")


2041
2042
2043
# File 'sig/types.rbs', line 2041

def launch_disposition
  @launch_disposition
end

#licensing ⇒ Types::Licensing

Returns the value of attribute licensing.

Returns:



2045
2046
2047
# File 'sig/types.rbs', line 2045

def licensing
  @licensing
end

#map_auto_tagging_mpe_id ⇒ ::String

Returns the value of attribute map_auto_tagging_mpe_id.

Returns:

  • (::String)


2049
2050
2051
# File 'sig/types.rbs', line 2049

def map_auto_tagging_mpe_id
  @map_auto_tagging_mpe_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2040
2041
2042
# File 'sig/types.rbs', line 2040

def name
  @name
end

#post_launch_actions ⇒ Types::PostLaunchActions

Returns the value of attribute post_launch_actions.



2047
2048
2049
# File 'sig/types.rbs', line 2047

def post_launch_actions
  @post_launch_actions
end

#source_server_id ⇒ ::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


2039
2040
2041
# File 'sig/types.rbs', line 2039

def source_server_id
  @source_server_id
end

#target_instance_type_right_sizing_method ⇒ "NONE", "BASIC"

Returns the value of attribute target_instance_type_right_sizing_method.

Returns:

  • ("NONE", "BASIC")


2042
2043
2044
# File 'sig/types.rbs', line 2042

def target_instance_type_right_sizing_method
  @target_instance_type_right_sizing_method
end