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)


32282
32283
32284
32285
32286
32287
32288
# File 'lib/aws-sdk-ec2/types.rb', line 32282

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)


32282
32283
32284
32285
32286
32287
32288
# File 'lib/aws-sdk-ec2/types.rb', line 32282

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

#typeString

The type of disk.

Returns:

  • (String)


32282
32283
32284
32285
32286
32287
32288
# File 'lib/aws-sdk-ec2/types.rb', line 32282

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