Class: Aws::Types::ListBackupAccessPointsByRecoveryPointResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_access_points::Array[Types::ListAccessPointsMember]

Returns the value of attribute backup_access_points.

Returns:



1229
1230
1231
# File 'sig/types.rbs', line 1229

def backup_access_points
  @backup_access_points
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def next_token
  @next_token
end