Class: Aws::Types::ListIndexedRecoveryPointsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#indexed_recovery_points::Array[Types::IndexedRecoveryPoint]

Returns the value of attribute indexed_recovery_points.

Returns:



1431
1432
1433
# File 'sig/types.rbs', line 1431

def indexed_recovery_points
  @indexed_recovery_points
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def next_token
  @next_token
end