Class: Aws::Types::LaunchConfigurationTemplate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def arn
  @arn
end

#copy_private_ipBoolean

Returns the value of attribute copy_private_ip.

Returns:

  • (Boolean)


647
648
649
# File 'sig/types.rbs', line 647

def copy_private_ip
  @copy_private_ip
end

#copy_tagsBoolean

Returns the value of attribute copy_tags.

Returns:

  • (Boolean)


648
649
650
# File 'sig/types.rbs', line 648

def copy_tags
  @copy_tags
end

#export_bucket_arn::String

Returns the value of attribute export_bucket_arn.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def export_bucket_arn
  @export_bucket_arn
end

#launch_configuration_template_id::String

Returns the value of attribute launch_configuration_template_id.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def launch_configuration_template_id
  @launch_configuration_template_id
end

#launch_disposition"STOPPED", "STARTED"

Returns the value of attribute launch_disposition.

Returns:

  • ("STOPPED", "STARTED")


645
646
647
# File 'sig/types.rbs', line 645

def launch_disposition
  @launch_disposition
end

#launch_into_source_instanceBoolean

Returns the value of attribute launch_into_source_instance.

Returns:

  • (Boolean)


652
653
654
# File 'sig/types.rbs', line 652

def launch_into_source_instance
  @launch_into_source_instance
end

#licensingTypes::Licensing

Returns the value of attribute licensing.

Returns:



649
650
651
# File 'sig/types.rbs', line 649

def licensing
  @licensing
end

#post_launch_enabledBoolean

Returns the value of attribute post_launch_enabled.

Returns:

  • (Boolean)


651
652
653
# File 'sig/types.rbs', line 651

def post_launch_enabled
  @post_launch_enabled
end

#recovery_mode"FAST", "OPTIMAL"

Returns the value of attribute recovery_mode.

Returns:

  • ("FAST", "OPTIMAL")


653
654
655
# File 'sig/types.rbs', line 653

def recovery_mode
  @recovery_mode
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


644
645
646
# File 'sig/types.rbs', line 644

def tags
  @tags
end

#target_instance_type_right_sizing_method"NONE", ...

Returns the value of attribute target_instance_type_right_sizing_method.

Returns:

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


646
647
648
# File 'sig/types.rbs', line 646

def target_instance_type_right_sizing_method
  @target_instance_type_right_sizing_method
end