Class: Aws::Types::ListScanJobsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListScanJobsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#by_account_id ⇒ ::String
Returns the value of attribute by_account_id.
-
#by_backup_vault_name ⇒ ::String
Returns the value of attribute by_backup_vault_name.
-
#by_complete_after ⇒ ::Time
Returns the value of attribute by_complete_after.
-
#by_complete_before ⇒ ::Time
Returns the value of attribute by_complete_before.
-
#by_malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute by_malware_scanner.
-
#by_recovery_point_arn ⇒ ::String
Returns the value of attribute by_recovery_point_arn.
-
#by_resource_arn ⇒ ::String
Returns the value of attribute by_resource_arn.
-
#by_resource_type ⇒ "EBS", ...
Returns the value of attribute by_resource_type.
-
#by_scan_result_status ⇒ "NO_THREATS_FOUND", ...
Returns the value of attribute by_scan_result_status.
-
#by_state ⇒ "CANCELED", ...
Returns the value of attribute by_state.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#by_account_id ⇒ ::String
Returns the value of attribute by_account_id.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def by_account_id @by_account_id end |
#by_backup_vault_name ⇒ ::String
Returns the value of attribute by_backup_vault_name.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def by_backup_vault_name @by_backup_vault_name end |
#by_complete_after ⇒ ::Time
Returns the value of attribute by_complete_after.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def by_complete_after @by_complete_after end |
#by_complete_before ⇒ ::Time
Returns the value of attribute by_complete_before.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def by_complete_before @by_complete_before end |
#by_malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute by_malware_scanner.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def by_malware_scanner @by_malware_scanner end |
#by_recovery_point_arn ⇒ ::String
Returns the value of attribute by_recovery_point_arn.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def by_recovery_point_arn @by_recovery_point_arn end |
#by_resource_arn ⇒ ::String
Returns the value of attribute by_resource_arn.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def by_resource_arn @by_resource_arn end |
#by_resource_type ⇒ "EBS", ...
Returns the value of attribute by_resource_type.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def by_resource_type @by_resource_type end |
#by_scan_result_status ⇒ "NO_THREATS_FOUND", ...
Returns the value of attribute by_scan_result_status.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def by_scan_result_status @by_scan_result_status end |
#by_state ⇒ "CANCELED", ...
Returns the value of attribute by_state.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def by_state @by_state end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def next_token @next_token end |