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
The unique identifier of the agent space that contains the finding.
-
#finding_id ⇒ String
The unique identifier of the finding to update.
-
#risk_level ⇒ String
The updated risk level for the finding.
-
#status ⇒ String
The updated status for the finding.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the finding.
5035 5036 5037 5038 5039 5040 5041 5042 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5035 class UpdateFindingInput < Struct.new( :finding_id, :agent_space_id, :risk_level, :status) SENSITIVE = [] include Aws::Structure end |
#finding_id ⇒ String
The unique identifier of the finding to update.
5035 5036 5037 5038 5039 5040 5041 5042 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5035 class UpdateFindingInput < Struct.new( :finding_id, :agent_space_id, :risk_level, :status) SENSITIVE = [] include Aws::Structure end |
#risk_level ⇒ String
The updated risk level for the finding.
5035 5036 5037 5038 5039 5040 5041 5042 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5035 class UpdateFindingInput < Struct.new( :finding_id, :agent_space_id, :risk_level, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The updated status for the finding.
5035 5036 5037 5038 5039 5040 5041 5042 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5035 class UpdateFindingInput < Struct.new( :finding_id, :agent_space_id, :risk_level, :status) SENSITIVE = [] include Aws::Structure end |