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
-
#delete_on_termination ⇒ Boolean
Launch template disk delete on termination configuration.
-
#iops ⇒ Integer
Launch template disk iops configuration.
-
#throughput ⇒ Integer
Launch template disk throughput configuration.
-
#volume_initialization_rate ⇒ Integer
Launch template disk volume initialization rate configuration.
-
#volume_type ⇒ String
Launch template disk volume type configuration.
Instance Attribute Details
#delete_on_termination ⇒ Boolean
Launch template disk delete on termination configuration.
2476 2477 2478 2479 2480 2481 2482 2483 2484 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2476 class LaunchTemplateDiskConf < Struct.new( :volume_type, :iops, :throughput, :volume_initialization_rate, :delete_on_termination) SENSITIVE = [] include Aws::Structure end |
#iops ⇒ Integer
Launch template disk iops configuration.
2476 2477 2478 2479 2480 2481 2482 2483 2484 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2476 class LaunchTemplateDiskConf < Struct.new( :volume_type, :iops, :throughput, :volume_initialization_rate, :delete_on_termination) SENSITIVE = [] include Aws::Structure end |
#throughput ⇒ Integer
Launch template disk throughput configuration.
2476 2477 2478 2479 2480 2481 2482 2483 2484 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2476 class LaunchTemplateDiskConf < Struct.new( :volume_type, :iops, :throughput, :volume_initialization_rate, :delete_on_termination) SENSITIVE = [] include Aws::Structure end |
#volume_initialization_rate ⇒ Integer
Launch template disk volume initialization rate configuration.
2476 2477 2478 2479 2480 2481 2482 2483 2484 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2476 class LaunchTemplateDiskConf < Struct.new( :volume_type, :iops, :throughput, :volume_initialization_rate, :delete_on_termination) SENSITIVE = [] include Aws::Structure end |
#volume_type ⇒ String
Launch template disk volume type configuration.
2476 2477 2478 2479 2480 2481 2482 2483 2484 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2476 class LaunchTemplateDiskConf < Struct.new( :volume_type, :iops, :throughput, :volume_initialization_rate, :delete_on_termination) SENSITIVE = [] include Aws::Structure end |