Class: Aws::Drs::Types::LaunchConfigurationTemplate

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

Overview

Account level Launch Configuration Template.

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the Launch Configuration Template.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-drs/types.rb', line 1263

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :copy_private_ip,
  :copy_tags,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :tags,
  :target_instance_type_right_sizing_method)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#copy_private_ipBoolean

Copy private IP.

Returns:

  • (Boolean)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-drs/types.rb', line 1263

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :copy_private_ip,
  :copy_tags,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :tags,
  :target_instance_type_right_sizing_method)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#copy_tagsBoolean

Copy tags.

Returns:

  • (Boolean)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-drs/types.rb', line 1263

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :copy_private_ip,
  :copy_tags,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :tags,
  :target_instance_type_right_sizing_method)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#launch_configuration_template_idString

ID of the Launch Configuration Template.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-drs/types.rb', line 1263

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :copy_private_ip,
  :copy_tags,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :tags,
  :target_instance_type_right_sizing_method)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#launch_dispositionString

Launch disposition.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-drs/types.rb', line 1263

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :copy_private_ip,
  :copy_tags,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :tags,
  :target_instance_type_right_sizing_method)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#licensingTypes::Licensing

Licensing.

Returns:



1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-drs/types.rb', line 1263

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :copy_private_ip,
  :copy_tags,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :tags,
  :target_instance_type_right_sizing_method)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

Tags of the Launch Configuration Template.

Returns:

  • (Hash<String,String>)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-drs/types.rb', line 1263

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :copy_private_ip,
  :copy_tags,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :tags,
  :target_instance_type_right_sizing_method)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#target_instance_type_right_sizing_methodString

Target instance type right-sizing method.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-drs/types.rb', line 1263

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :copy_private_ip,
  :copy_tags,
  :launch_configuration_template_id,
  :launch_disposition,
  :licensing,
  :tags,
  :target_instance_type_right_sizing_method)
  SENSITIVE = [:tags]
  include Aws::Structure
end