Class: Aws::Types::ListScanJobSummariesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_period::String

Returns the value of attribute aggregation_period.

Returns:

  • (::String)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def aggregation_period
  @aggregation_period
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def next_token
  @next_token
end

#scan_job_summaries::Array[Types::ScanJobSummary]

Returns the value of attribute scan_job_summaries.

Returns:



1654
1655
1656
# File 'sig/types.rbs', line 1654

def scan_job_summaries
  @scan_job_summaries
end