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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


67480
67481
67482
67483
67484
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67480

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