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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The volume identifier.

Returns:

  • (String)


29851
29852
29853
29854
29855
29856
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29851

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

#sizeInteger

The size of the volume, in GiB.

Returns:

  • (Integer)


29851
29852
29853
29854
29855
29856
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29851

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