Class: Aws::Types::TapeRecoveryPointInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tape_arn::String

Returns the value of attribute tape_arn.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def tape_arn
  @tape_arn
end

#tape_recovery_point_time::Time

Returns the value of attribute tape_recovery_point_time.

Returns:

  • (::Time)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def tape_recovery_point_time
  @tape_recovery_point_time
end

#tape_size_in_bytes::Integer

Returns the value of attribute tape_size_in_bytes.

Returns:

  • (::Integer)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def tape_size_in_bytes
  @tape_size_in_bytes
end

#tape_status::String

Returns the value of attribute tape_status.

Returns:

  • (::String)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def tape_status
  @tape_status
end