Class: Aws::SecurityHub::Types::AutomationRulesFindingFieldsUpdate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Identifies the finding fields that the automation rule action updates when a finding matches the defined criteria.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceInteger

The rule action updates the Confidence field of a finding.

Returns:

  • (Integer)


616
617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 616

class AutomationRulesFindingFieldsUpdate < Struct.new(
  :note,
  :severity,
  :verification_state,
  :confidence,
  :criticality,
  :types,
  :user_defined_fields,
  :workflow,
  :related_findings)
  SENSITIVE = []
  include Aws::Structure
end

#criticalityInteger

The rule action updates the Criticality field of a finding.

Returns:

  • (Integer)


616
617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 616

class AutomationRulesFindingFieldsUpdate < Struct.new(
  :note,
  :severity,
  :verification_state,
  :confidence,
  :criticality,
  :types,
  :user_defined_fields,
  :workflow,
  :related_findings)
  SENSITIVE = []
  include Aws::Structure
end

#noteTypes::NoteUpdate

The updated note.

Returns:



616
617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 616

class AutomationRulesFindingFieldsUpdate < Struct.new(
  :note,
  :severity,
  :verification_state,
  :confidence,
  :criticality,
  :types,
  :user_defined_fields,
  :workflow,
  :related_findings)
  SENSITIVE = []
  include Aws::Structure
end

The rule action updates the RelatedFindings field of a finding.

Returns:



616
617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 616

class AutomationRulesFindingFieldsUpdate < Struct.new(
  :note,
  :severity,
  :verification_state,
  :confidence,
  :criticality,
  :types,
  :user_defined_fields,
  :workflow,
  :related_findings)
  SENSITIVE = []
  include Aws::Structure
end

#severityTypes::SeverityUpdate

Updates to the severity information for a finding.



616
617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 616

class AutomationRulesFindingFieldsUpdate < Struct.new(
  :note,
  :severity,
  :verification_state,
  :confidence,
  :criticality,
  :types,
  :user_defined_fields,
  :workflow,
  :related_findings)
  SENSITIVE = []
  include Aws::Structure
end

#typesArray<String>

The rule action updates the Types field of a finding.

Returns:

  • (Array<String>)


616
617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 616

class AutomationRulesFindingFieldsUpdate < Struct.new(
  :note,
  :severity,
  :verification_state,
  :confidence,
  :criticality,
  :types,
  :user_defined_fields,
  :workflow,
  :related_findings)
  SENSITIVE = []
  include Aws::Structure
end

#user_defined_fieldsHash<String,String>

The rule action updates the UserDefinedFields field of a finding.

Returns:

  • (Hash<String,String>)


616
617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 616

class AutomationRulesFindingFieldsUpdate < Struct.new(
  :note,
  :severity,
  :verification_state,
  :confidence,
  :criticality,
  :types,
  :user_defined_fields,
  :workflow,
  :related_findings)
  SENSITIVE = []
  include Aws::Structure
end

#verification_stateString

The rule action updates the VerificationState field of a finding.

Returns:

  • (String)


616
617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 616

class AutomationRulesFindingFieldsUpdate < Struct.new(
  :note,
  :severity,
  :verification_state,
  :confidence,
  :criticality,
  :types,
  :user_defined_fields,
  :workflow,
  :related_findings)
  SENSITIVE = []
  include Aws::Structure
end

#workflowTypes::WorkflowUpdate

Used to update information about the investigation into the finding.



616
617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 616

class AutomationRulesFindingFieldsUpdate < Struct.new(
  :note,
  :severity,
  :verification_state,
  :confidence,
  :criticality,
  :types,
  :user_defined_fields,
  :workflow,
  :related_findings)
  SENSITIVE = []
  include Aws::Structure
end