Class: Aws::EC2::Types::DiskImageVolumeDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DiskImageVolumeDescription
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a disk image volume.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The volume identifier.
-
#size ⇒ Integer
The size of the volume, in GiB.
Instance Attribute Details
#id ⇒ String
The volume identifier.
31767 31768 31769 31770 31771 31772 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31767 class DiskImageVolumeDescription < Struct.new( :id, :size) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Integer
The size of the volume, in GiB.
31767 31768 31769 31770 31771 31772 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31767 class DiskImageVolumeDescription < Struct.new( :id, :size) SENSITIVE = [] include Aws::Structure end |