Class: Aws::Mgn::Types::LaunchTemplateDiskConf
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::LaunchTemplateDiskConf
- 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
-
#iops ⇒ Integer
Launch template disk iops configuration.
-
#throughput ⇒ Integer
Launch template disk throughput configuration.
-
#volume_type ⇒ String
Launch template disk volume type configuration.
Instance Attribute Details
#iops ⇒ Integer
Launch template disk iops configuration.
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 |
#throughput ⇒ Integer
Launch template disk throughput configuration.
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_type ⇒ String
Launch template disk volume type configuration.
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 |