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

#available ⇒ Integer

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

#name ⇒ String

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

#total ⇒ Integer

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

#unit ⇒ String

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

#used ⇒ Integer

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