Class: Aws::Types::ListVolumeRecoveryPointsOutput

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)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def gateway_arn
  @gateway_arn
end

#volume_recovery_point_infos::Array[Types::VolumeRecoveryPointInfo]

Returns the value of attribute volume_recovery_point_infos.

Returns:



1085
1086
1087
# File 'sig/types.rbs', line 1085

def volume_recovery_point_infos
  @volume_recovery_point_infos
end