Class: Aws::Types::ListBackupJobsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_jobs::Array[Types::BackupJob]

Returns the value of attribute backup_jobs.

Returns:



1295
1296
1297
# File 'sig/types.rbs', line 1295

def backup_jobs
  @backup_jobs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def next_token
  @next_token
end