Class: Aws::Deadline::Types::Ec2EbsVolume
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::Ec2EbsVolume
- 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
-
#iops ⇒ Integer
The IOPS per volume.
-
#size_gi_b ⇒ Integer
The EBS volume size in GiB.
-
#throughput_mi_b ⇒ Integer
The throughput per volume in MiB.
Instance Attribute Details
#iops ⇒ Integer
The IOPS per volume.
2061 2062 2063 2064 2065 2066 2067 |
# File 'gems/aws-sdk-deadline/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_b ⇒ Integer
The EBS volume size in GiB.
2061 2062 2063 2064 2065 2066 2067 |
# File 'gems/aws-sdk-deadline/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_b ⇒ Integer
The throughput per volume in MiB.
2061 2062 2063 2064 2065 2066 2067 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2061 class Ec2EbsVolume < Struct.new( :size_gi_b, :iops, :throughput_mi_b) SENSITIVE = [] include Aws::Structure end |