Class: Aws::Types::ListScanJobSummariesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListScanJobSummariesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#aggregation_period ⇒ "ONE_DAY", ...
Returns the value of attribute aggregation_period.
-
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#scan_result_status ⇒ "NO_THREATS_FOUND", ...
Returns the value of attribute scan_result_status.
-
#state ⇒ "CREATED", ...
Returns the value of attribute state.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def account_id @account_id end |
#aggregation_period ⇒ "ONE_DAY", ...
Returns the value of attribute aggregation_period.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def aggregation_period @aggregation_period end |
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def malware_scanner @malware_scanner end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def next_token @next_token end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def resource_type @resource_type end |
#scan_result_status ⇒ "NO_THREATS_FOUND", ...
Returns the value of attribute scan_result_status.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def scan_result_status @scan_result_status end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def state @state end |