Class: Aws::Deadline::Types::Ec2EbsVolume

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

Overview

Specifies the EBS volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iopsInteger

The IOPS per volume.

Returns:

  • (Integer)


2061
2062
2063
2064
2065
2066
2067
# File 'lib/aws-sdk-deadline/types.rb', line 2061

class Ec2EbsVolume < Struct.new(
  :size_gi_b,
  :iops,
  :throughput_mi_b)
  SENSITIVE = []
  include Aws::Structure
end

#size_gi_bInteger

The EBS volume size in GiB.

Returns:

  • (Integer)


2061
2062
2063
2064
2065
2066
2067
# File 'lib/aws-sdk-deadline/types.rb', line 2061

class Ec2EbsVolume < Struct.new(
  :size_gi_b,
  :iops,
  :throughput_mi_b)
  SENSITIVE = []
  include Aws::Structure
end

#throughput_mi_bInteger

The throughput per volume in MiB.

Returns:

  • (Integer)


2061
2062
2063
2064
2065
2066
2067
# File 'lib/aws-sdk-deadline/types.rb', line 2061

class Ec2EbsVolume < Struct.new(
  :size_gi_b,
  :iops,
  :throughput_mi_b)
  SENSITIVE = []
  include Aws::Structure
end