Class: Aws::Types::ListRecoveryPointsByBackupVaultOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1489
1490
1491
# File 'sig/types.rbs', line 1489

def next_token
  @next_token
end

#recovery_points::Array[Types::RecoveryPointByBackupVault]

Returns the value of attribute recovery_points.

Returns:



1490
1491
1492
# File 'sig/types.rbs', line 1490

def recovery_points
  @recovery_points
end