Class: Aws::EC2::Types::DiskImageVolumeDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DiskImageVolumeDescription
- Includes:
- Structure
- Defined in:
- 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.
32259 32260 32261 32262 32263 32264 |
# File 'lib/aws-sdk-ec2/types.rb', line 32259 class DiskImageVolumeDescription < Struct.new( :id, :size) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Integer
The size of the volume, in GiB.
32259 32260 32261 32262 32263 32264 |
# File 'lib/aws-sdk-ec2/types.rb', line 32259 class DiskImageVolumeDescription < Struct.new( :id, :size) SENSITIVE = [] include Aws::Structure end |