Class: Aws::Types::LaunchConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#boot_mode ⇒ "LEGACY_BIOS", ...

Returns the value of attribute boot_mode.

Returns:

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


696
697
698
# File 'sig/types.rbs', line 696

def boot_mode
  @boot_mode
end

#copy_private_ip ⇒ Boolean

Returns the value of attribute copy_private_ip.

Returns:

  • (Boolean)


693
694
695
# File 'sig/types.rbs', line 693

def copy_private_ip
  @copy_private_ip
end

#copy_tags ⇒ Boolean

Returns the value of attribute copy_tags.

Returns:

  • (Boolean)


694
695
696
# File 'sig/types.rbs', line 694

def copy_tags
  @copy_tags
end

#ec2_launch_template_id ⇒ ::String

Returns the value of attribute ec2_launch_template_id.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def ec2_launch_template_id
  @ec2_launch_template_id
end

#enable_map_auto_tagging ⇒ Boolean

Returns the value of attribute enable_map_auto_tagging.

Returns:

  • (Boolean)


698
699
700
# File 'sig/types.rbs', line 698

def enable_map_auto_tagging
  @enable_map_auto_tagging
end

#launch_disposition ⇒ "STOPPED", "STARTED"

Returns the value of attribute launch_disposition.

Returns:

  • ("STOPPED", "STARTED")


691
692
693
# File 'sig/types.rbs', line 691

def launch_disposition
  @launch_disposition
end

#licensing ⇒ Types::Licensing

Returns the value of attribute licensing.

Returns:



695
696
697
# File 'sig/types.rbs', line 695

def licensing
  @licensing
end

#map_auto_tagging_mpe_id ⇒ ::String

Returns the value of attribute map_auto_tagging_mpe_id.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def map_auto_tagging_mpe_id
  @map_auto_tagging_mpe_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def name
  @name
end

#post_launch_actions ⇒ Types::PostLaunchActions

Returns the value of attribute post_launch_actions.



697
698
699
# File 'sig/types.rbs', line 697

def post_launch_actions
  @post_launch_actions
end

#source_server_id ⇒ ::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

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


692
693
694
# File 'sig/types.rbs', line 692

def target_instance_type_right_sizing_method
  @target_instance_type_right_sizing_method
end