Class: Aws::Drs::Types::UpdateLaunchConfigurationTemplateRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#copy_private_ipBoolean

Copy private IP.

Returns:

  • (Boolean)


3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'lib/aws-sdk-drs/types.rb', line 3736

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#copy_tagsBoolean

Copy tags.

Returns:

  • (Boolean)


3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'lib/aws-sdk-drs/types.rb', line 3736

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#export_bucket_arnString

S3 bucket ARN to export Source Network templates.

Returns:

  • (String)


3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'lib/aws-sdk-drs/types.rb', line 3736

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#launch_configuration_template_idString

Launch Configuration Template ID.

Returns:

  • (String)


3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'lib/aws-sdk-drs/types.rb', line 3736

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#launch_dispositionString

Launch disposition.

Returns:

  • (String)


3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'lib/aws-sdk-drs/types.rb', line 3736

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#licensingTypes::Licensing

Licensing.

Returns:



3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'lib/aws-sdk-drs/types.rb', line 3736

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#post_launch_enabledBoolean

Whether we want to activate post-launch actions.

Returns:

  • (Boolean)


3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'lib/aws-sdk-drs/types.rb', line 3736

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#target_instance_type_right_sizing_methodString

Target instance type right-sizing method.

Returns:

  • (String)


3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'lib/aws-sdk-drs/types.rb', line 3736

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end