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.
2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2367 class LaunchTemplateDiskConf < Struct.new( :volume_type, :iops, :throughput) SENSITIVE = [] include Aws::Structure end |
#throughput ⇒ Integer
Launch template disk throughput configuration.
2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2367 class LaunchTemplateDiskConf < Struct.new( :volume_type, :iops, :throughput) SENSITIVE = [] include Aws::Structure end |
#volume_type ⇒ String
Launch template disk volume type configuration.
2367 2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2367 class LaunchTemplateDiskConf < Struct.new( :volume_type, :iops, :throughput) SENSITIVE = [] include Aws::Structure end |