Class: Aws::Types::ListBackupAccessPointsByResourceResponse

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:



1242
1243
1244
# File 'sig/types.rbs', line 1242

def backup_access_points
  @backup_access_points
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1243
1244
1245
# File 'sig/types.rbs', line 1243

def next_token
  @next_token
end