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

#copy_private_ipBoolean

Returns the value of attribute copy_private_ip.

Returns:

  • (Boolean)


632
633
634
# File 'sig/types.rbs', line 632

def copy_private_ip
  @copy_private_ip
end

#copy_tagsBoolean

Returns the value of attribute copy_tags.

Returns:

  • (Boolean)


633
634
635
# File 'sig/types.rbs', line 633

def copy_tags
  @copy_tags
end

#ec2_launch_template_id::String

Returns the value of attribute ec2_launch_template_id.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def ec2_launch_template_id
  @ec2_launch_template_id
end

#launch_disposition"STOPPED", "STARTED"

Returns the value of attribute launch_disposition.

Returns:

  • ("STOPPED", "STARTED")


630
631
632
# File 'sig/types.rbs', line 630

def launch_disposition
  @launch_disposition
end

#launch_into_instance_propertiesTypes::LaunchIntoInstanceProperties

Returns the value of attribute launch_into_instance_properties.



636
637
638
# File 'sig/types.rbs', line 636

def launch_into_instance_properties
  @launch_into_instance_properties
end

#licensingTypes::Licensing

Returns the value of attribute licensing.

Returns:



634
635
636
# File 'sig/types.rbs', line 634

def licensing
  @licensing
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def name
  @name
end

#post_launch_enabledBoolean

Returns the value of attribute post_launch_enabled.

Returns:

  • (Boolean)


635
636
637
# File 'sig/types.rbs', line 635

def post_launch_enabled
  @post_launch_enabled
end

#recovery_mode"FAST", "OPTIMAL"

Returns the value of attribute recovery_mode.

Returns:

  • ("FAST", "OPTIMAL")


637
638
639
# File 'sig/types.rbs', line 637

def recovery_mode
  @recovery_mode
end

#source_server_id::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

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


631
632
633
# File 'sig/types.rbs', line 631

def target_instance_type_right_sizing_method
  @target_instance_type_right_sizing_method
end