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

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


29861
29862
29863
29864
29865
29866
29867
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29861

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)


29861
29862
29863
29864
29865
29866
29867
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29861

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

#typeString

The type of disk.

Returns:

  • (String)


29861
29862
29863
29864
29865
29866
29867
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29861

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