Class: Aws::Types::ListScanJobSummariesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListScanJobSummariesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_period ⇒ ::String
Returns the value of attribute aggregation_period.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scan_job_summaries ⇒ ::Array[Types::ScanJobSummary]
Returns the value of attribute scan_job_summaries.
Instance Attribute Details
#aggregation_period ⇒ ::String
Returns the value of attribute aggregation_period.
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.
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.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def scan_job_summaries @scan_job_summaries end |