Class: Aws::EC2::Types::DiskImageVolumeDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a disk image volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The volume identifier.

Returns:

  • (String)


29675
29676
29677
29678
29679
29680
# File 'lib/aws-sdk-ec2/types.rb', line 29675

class DiskImageVolumeDescription < Struct.new(
  :id,
  :size)
  SENSITIVE = []
  include Aws::Structure
end

#sizeInteger

The size of the volume, in GiB.

Returns:

  • (Integer)


29675
29676
29677
29678
29679
29680
# File 'lib/aws-sdk-ec2/types.rb', line 29675

class DiskImageVolumeDescription < Struct.new(
  :id,
  :size)
  SENSITIVE = []
  include Aws::Structure
end