Class: Aws::Mgn::Types::LaunchTemplateDiskConf

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Launch template disk configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iopsInteger

Launch template disk iops configuration.

Returns:

  • (Integer)


2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2053

class LaunchTemplateDiskConf < Struct.new(
  :iops,
  :throughput,
  :volume_type)
  SENSITIVE = []
  include Aws::Structure
end

#throughputInteger

Launch template disk throughput configuration.

Returns:

  • (Integer)


2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2053

class LaunchTemplateDiskConf < Struct.new(
  :iops,
  :throughput,
  :volume_type)
  SENSITIVE = []
  include Aws::Structure
end

#volume_typeString

Launch template disk volume type configuration.

Returns:

  • (String)


2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2053

class LaunchTemplateDiskConf < Struct.new(
  :iops,
  :throughput,
  :volume_type)
  SENSITIVE = []
  include Aws::Structure
end