Class: Aws::Mgn::Types::LaunchTemplateDiskConf

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Launch template disk configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delete_on_termination ⇒ Boolean

Launch template disk delete on termination configuration.

Returns:

  • (Boolean)


2476
2477
2478
2479
2480
2481
2482
2483
2484
# File '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.

Returns:

  • (Integer)


2476
2477
2478
2479
2480
2481
2482
2483
2484
# File '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.

Returns:

  • (Integer)


2476
2477
2478
2479
2480
2481
2482
2483
2484
# File '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.

Returns:

  • (Integer)


2476
2477
2478
2479
2480
2481
2482
2483
2484
# File '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.

Returns:

  • (String)


2476
2477
2478
2479
2480
2481
2482
2483
2484
# File '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