Class: Aws::Mgn::Types::Disk

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

Overview

The disk identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bytesInteger

The amount of storage on the disk in bytes.

Returns:

  • (Integer)


1279
1280
1281
1282
1283
1284
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1279

class Disk < Struct.new(
  :bytes,
  :device_name)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The disk or device name.

Returns:

  • (String)


1279
1280
1281
1282
1283
1284
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1279

class Disk < Struct.new(
  :bytes,
  :device_name)
  SENSITIVE = []
  include Aws::Structure
end