Class: Aws::StorageGateway::Types::TapeRecoveryPointInfo

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Describes a recovery point.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tape_arnString

The Amazon Resource Name (ARN) of the virtual tape.

Returns:

  • (String)


6302
6303
6304
6305
6306
6307
6308
6309
# File 'lib/aws-sdk-storagegateway/types.rb', line 6302

class TapeRecoveryPointInfo < Struct.new(
  :tape_arn,
  :tape_recovery_point_time,
  :tape_size_in_bytes,
  :tape_status)
  SENSITIVE = []
  include Aws::Structure
end

#tape_recovery_point_timeTime

The time when the point-in-time view of the virtual tape was replicated for later recovery.

The default timestamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD’T’HH:MM:SS’Z’ format.

Returns:

  • (Time)


6302
6303
6304
6305
6306
6307
6308
6309
# File 'lib/aws-sdk-storagegateway/types.rb', line 6302

class TapeRecoveryPointInfo < Struct.new(
  :tape_arn,
  :tape_recovery_point_time,
  :tape_size_in_bytes,
  :tape_status)
  SENSITIVE = []
  include Aws::Structure
end

#tape_size_in_bytesInteger

The size, in bytes, of the virtual tapes to recover.

Returns:

  • (Integer)


6302
6303
6304
6305
6306
6307
6308
6309
# File 'lib/aws-sdk-storagegateway/types.rb', line 6302

class TapeRecoveryPointInfo < Struct.new(
  :tape_arn,
  :tape_recovery_point_time,
  :tape_size_in_bytes,
  :tape_status)
  SENSITIVE = []
  include Aws::Structure
end

#tape_statusString

The status of the virtual tapes.

Returns:

  • (String)


6302
6303
6304
6305
6306
6307
6308
6309
# File 'lib/aws-sdk-storagegateway/types.rb', line 6302

class TapeRecoveryPointInfo < Struct.new(
  :tape_arn,
  :tape_recovery_point_time,
  :tape_size_in_bytes,
  :tape_status)
  SENSITIVE = []
  include Aws::Structure
end