Method: Aws::Mgn::Types::LaunchConfigurationTemplate#large_volume_conf
- Defined in:
- lib/aws-sdk-mgn/types.rb
#large_volume_conf ⇒ Types::LaunchTemplateDiskConf
Large volume config.
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/aws-sdk-mgn/types.rb', line 2074 class LaunchConfigurationTemplate < Struct.new( :launch_configuration_template_id, :arn, :post_launch_actions, :enable_map_auto_tagging, :map_auto_tagging_mpe_id, :tags, :ec2_launch_template_id, :launch_disposition, :target_instance_type_right_sizing_method, :copy_private_ip, :associate_public_ip_address, :copy_tags, :licensing, :boot_mode, :small_volume_max_size, :small_volume_conf, :large_volume_conf, :enable_parameters_encryption, :parameters_encryption_key) SENSITIVE = [:tags] include Aws::Structure end |