Class: Aws::EC2::Types::VolumeDetail

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

Overview

Describes an EBS volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sizeInteger

The size of the volume, in GiB.

Returns:

  • (Integer)


72435
72436
72437
72438
72439
# File 'lib/aws-sdk-ec2/types.rb', line 72435

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