Class: Aws::Types::DescribeTapeRecoveryPointsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def gateway_arn
  @gateway_arn
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def marker
  @marker
end

#tape_recovery_point_infos::Array[Types::TapeRecoveryPointInfo]

Returns the value of attribute tape_recovery_point_infos.

Returns:



749
750
751
# File 'sig/types.rbs', line 749

def tape_recovery_point_infos
  @tape_recovery_point_infos
end