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)


2114
2115
2116
2117
2118
2119
2120
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2114

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

#throughputInteger

Launch template disk throughput configuration.

Returns:

  • (Integer)


2114
2115
2116
2117
2118
2119
2120
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2114

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

#volume_typeString

Launch template disk volume type configuration.

Returns:

  • (String)


2114
2115
2116
2117
2118
2119
2120
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2114

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