Class: Aws::EC2::Types::DiskInfo

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

Overview

Describes a disk.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of disks with this configuration.

Returns:

  • (Integer)


29698
29699
29700
29701
29702
29703
29704
# File 'lib/aws-sdk-ec2/types.rb', line 29698

class DiskInfo < Struct.new(
  :size_in_gb,
  :count,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#size_in_gbInteger

The size of the disk in GB.

Returns:

  • (Integer)


29698
29699
29700
29701
29702
29703
29704
# File 'lib/aws-sdk-ec2/types.rb', line 29698

class DiskInfo < Struct.new(
  :size_in_gb,
  :count,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of disk.

Returns:

  • (String)


29698
29699
29700
29701
29702
29703
29704
# File 'lib/aws-sdk-ec2/types.rb', line 29698

class DiskInfo < Struct.new(
  :size_in_gb,
  :count,
  :type)
  SENSITIVE = []
  include Aws::Structure
end