Class: Aws::Mgn::Types::Disk
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::Disk
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
The disk identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bytes ⇒ Integer
The amount of storage on the disk in bytes.
-
#device_name ⇒ String
The disk or device name.
Instance Attribute Details
#bytes ⇒ Integer
The amount of storage on the disk in bytes.
1279 1280 1281 1282 1283 1284 |
# File 'lib/aws-sdk-mgn/types.rb', line 1279 class Disk < Struct.new( :bytes, :device_name) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The disk or device name.
1279 1280 1281 1282 1283 1284 |
# File 'lib/aws-sdk-mgn/types.rb', line 1279 class Disk < Struct.new( :bytes, :device_name) SENSITIVE = [] include Aws::Structure end |