Class: Aws::SecurityAgent::Types::UpdateFindingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UpdateFindingInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for updating an existing security finding
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
ID of the agent space where the finding exists.
-
#finding_id ⇒ String
Identifier of the finding to update.
-
#risk_level ⇒ String
Updated severity level of the identified risk.
-
#status ⇒ String
Updated status of the finding.
Instance Attribute Details
#agent_space_id ⇒ String
ID of the agent space where the finding exists
3818 3819 3820 3821 3822 3823 3824 3825 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3818 class UpdateFindingInput < Struct.new( :finding_id, :agent_space_id, :risk_level, :status) SENSITIVE = [] include Aws::Structure end |
#finding_id ⇒ String
Identifier of the finding to update
3818 3819 3820 3821 3822 3823 3824 3825 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3818 class UpdateFindingInput < Struct.new( :finding_id, :agent_space_id, :risk_level, :status) SENSITIVE = [] include Aws::Structure end |
#risk_level ⇒ String
Updated severity level of the identified risk
3818 3819 3820 3821 3822 3823 3824 3825 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3818 class UpdateFindingInput < Struct.new( :finding_id, :agent_space_id, :risk_level, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Updated status of the finding
3818 3819 3820 3821 3822 3823 3824 3825 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3818 class UpdateFindingInput < Struct.new( :finding_id, :agent_space_id, :risk_level, :status) SENSITIVE = [] include Aws::Structure end |