Class: Aws::Drs::Types::RecoveryInstanceDisk

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

Overview

An object representing a block storage device on the Recovery Instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bytesInteger

The amount of storage on the disk in bytes.

Returns:

  • (Integer)


2510
2511
2512
2513
2514
2515
2516
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2510

class RecoveryInstanceDisk < Struct.new(
  :bytes,
  :ebs_volume_id,
  :internal_device_name)
  SENSITIVE = []
  include Aws::Structure
end

#ebs_volume_idString

The EBS Volume ID of this disk.

Returns:

  • (String)


2510
2511
2512
2513
2514
2515
2516
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2510

class RecoveryInstanceDisk < Struct.new(
  :bytes,
  :ebs_volume_id,
  :internal_device_name)
  SENSITIVE = []
  include Aws::Structure
end

#internal_device_nameString

The internal device name of this disk. This is the name that is visible on the machine itself and not from the EC2 console.

Returns:

  • (String)


2510
2511
2512
2513
2514
2515
2516
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2510

class RecoveryInstanceDisk < Struct.new(
  :bytes,
  :ebs_volume_id,
  :internal_device_name)
  SENSITIVE = []
  include Aws::Structure
end