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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


2056
2057
2058
2059
2060
2061
2062
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2056

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)


2056
2057
2058
2059
2060
2061
2062
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2056

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)


2056
2057
2058
2059
2060
2061
2062
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2056

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