Class: Aws::SnowDeviceManagement::Types::Capacity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb

Overview

The physical capacity of the Amazon Web Services Snow Family device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availableInteger

The amount of capacity available for use on the device.

Returns:

  • (Integer)


75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 75

class Capacity < Struct.new(
  :available,
  :name,
  :total,
  :unit,
  :used)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the type of capacity, such as memory.

Returns:

  • (String)


75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 75

class Capacity < Struct.new(
  :available,
  :name,
  :total,
  :unit,
  :used)
  SENSITIVE = []
  include Aws::Structure
end

#totalInteger

The total capacity on the device.

Returns:

  • (Integer)


75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 75

class Capacity < Struct.new(
  :available,
  :name,
  :total,
  :unit,
  :used)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

The unit of measure for the type of capacity.

Returns:

  • (String)


75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 75

class Capacity < Struct.new(
  :available,
  :name,
  :total,
  :unit,
  :used)
  SENSITIVE = []
  include Aws::Structure
end

#usedInteger

The amount of capacity used on the device.

Returns:

  • (Integer)


75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 75

class Capacity < Struct.new(
  :available,
  :name,
  :total,
  :unit,
  :used)
  SENSITIVE = []
  include Aws::Structure
end