Class: Aws::SecurityAgent::Types::UpdateFindingInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityagent/types.rb

Overview

Input for updating an existing security finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the agent space that contains the finding.

Returns:

  • (String)


3982
3983
3984
3985
3986
3987
3988
3989
# File 'lib/aws-sdk-securityagent/types.rb', line 3982

class UpdateFindingInput < Struct.new(
  :finding_id,
  :agent_space_id,
  :risk_level,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#finding_idString

The unique identifier of the finding to update.

Returns:

  • (String)


3982
3983
3984
3985
3986
3987
3988
3989
# File 'lib/aws-sdk-securityagent/types.rb', line 3982

class UpdateFindingInput < Struct.new(
  :finding_id,
  :agent_space_id,
  :risk_level,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#risk_levelString

The updated risk level for the finding.

Returns:

  • (String)


3982
3983
3984
3985
3986
3987
3988
3989
# File 'lib/aws-sdk-securityagent/types.rb', line 3982

class UpdateFindingInput < Struct.new(
  :finding_id,
  :agent_space_id,
  :risk_level,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The updated status for the finding.

Returns:

  • (String)


3982
3983
3984
3985
3986
3987
3988
3989
# File 'lib/aws-sdk-securityagent/types.rb', line 3982

class UpdateFindingInput < Struct.new(
  :finding_id,
  :agent_space_id,
  :risk_level,
  :status)
  SENSITIVE = []
  include Aws::Structure
end