Class: Aws::Mgn::Types::LaunchTemplateDiskConf
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::LaunchTemplateDiskConf
- Includes:
- Structure
- Defined in:
- 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.
2053 2054 2055 2056 2057 2058 2059 |
# File 'lib/aws-sdk-mgn/types.rb', line 2053 class LaunchTemplateDiskConf < Struct.new( :iops, :throughput, :volume_type) SENSITIVE = [] include Aws::Structure end |
#throughput ⇒ Integer
Launch template disk throughput configuration.
2053 2054 2055 2056 2057 2058 2059 |
# File 'lib/aws-sdk-mgn/types.rb', line 2053 class LaunchTemplateDiskConf < Struct.new( :iops, :throughput, :volume_type) SENSITIVE = [] include Aws::Structure end |
#volume_type ⇒ String
Launch template disk volume type configuration.
2053 2054 2055 2056 2057 2058 2059 |
# File 'lib/aws-sdk-mgn/types.rb', line 2053 class LaunchTemplateDiskConf < Struct.new( :iops, :throughput, :volume_type) SENSITIVE = [] include Aws::Structure end |