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

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

Overview

Note:

When making an API call, you may pass VolumeDetail data as a hash:

{
  size: 1, # required
}

Describes an EBS volume.

Instance Attribute Summary collapse

Instance Attribute Details

#sizeInteger

The size of the volume, in GiB.

Returns:

  • (Integer)


36830
36831
36832
36833
# File 'lib/aws-sdk-ec2/types.rb', line 36830

class VolumeDetail < Struct.new(
  :size)
  include Aws::Structure
end