Class: Aws::SnowDeviceManagement::Types::Capacity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::Capacity
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#available ⇒ Integer
The amount of capacity available for use on the device.
-
#name ⇒ String
The name of the type of capacity, such as memory.
-
#total ⇒ Integer
The total capacity on the device.
-
#unit ⇒ String
The unit of measure for the type of capacity.
-
#used ⇒ Integer
The amount of capacity used on the device.
Instance Attribute Details
#available ⇒ Integer
The amount of capacity available for use on the device.
75 76 77 78 79 80 81 82 83 |
# File '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.
75 76 77 78 79 80 81 82 83 |
# File '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.
75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 75 class Capacity < Struct.new( :available, :name, :total, :unit, :used) SENSITIVE = [] include Aws::Structure end |