Class: Aws::Types::BatchUpdateFindingsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Integer

Returns the value of attribute confidence.

Returns:

  • (::Integer)


4849
4850
4851
# File 'sig/types.rbs', line 4849

def confidence
  @confidence
end

#criticality::Integer

Returns the value of attribute criticality.

Returns:

  • (::Integer)


4850
4851
4852
# File 'sig/types.rbs', line 4850

def criticality
  @criticality
end

#finding_identifiers::Array[Types::AwsSecurityFindingIdentifier]

Returns the value of attribute finding_identifiers.



4845
4846
4847
# File 'sig/types.rbs', line 4845

def finding_identifiers
  @finding_identifiers
end

#noteTypes::NoteUpdate

Returns the value of attribute note.

Returns:



4846
4847
4848
# File 'sig/types.rbs', line 4846

def note
  @note
end

Returns the value of attribute related_findings.

Returns:



4854
4855
4856
# File 'sig/types.rbs', line 4854

def related_findings
  @related_findings
end

#severityTypes::SeverityUpdate

Returns the value of attribute severity.



4847
4848
4849
# File 'sig/types.rbs', line 4847

def severity
  @severity
end

#types::Array[::String]

Returns the value of attribute types.

Returns:

  • (::Array[::String])


4851
4852
4853
# File 'sig/types.rbs', line 4851

def types
  @types
end

#user_defined_fields::Hash[::String, ::String]

Returns the value of attribute user_defined_fields.

Returns:

  • (::Hash[::String, ::String])


4852
4853
4854
# File 'sig/types.rbs', line 4852

def user_defined_fields
  @user_defined_fields
end

#verification_state"UNKNOWN", ...

Returns the value of attribute verification_state.

Returns:

  • ("UNKNOWN", "TRUE_POSITIVE", "FALSE_POSITIVE", "BENIGN_POSITIVE")


4848
4849
4850
# File 'sig/types.rbs', line 4848

def verification_state
  @verification_state
end

#workflowTypes::WorkflowUpdate

Returns the value of attribute workflow.



4853
4854
4855
# File 'sig/types.rbs', line 4853

def workflow
  @workflow
end