Class: Aws::Types::ListScanJobsOutput

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)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def next_token
  @next_token
end

#scan_jobs::Array[Types::ScanJob]

Returns the value of attribute scan_jobs.

Returns:



1678
1679
1680
# File 'sig/types.rbs', line 1678

def scan_jobs
  @scan_jobs
end