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.
3974 3975 3976 3977 3978 3979 3980 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3974 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.
3974 3975 3976 3977 3978 3979 3980 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3974 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.
3974 3975 3976 3977 3978 3979 3980 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3974 class Ec2EbsVolume < Struct.new( :size_gi_b, :iops, :throughput_mi_b) SENSITIVE = [] include Aws::Structure end |