Class: Aws::Types::BatchUpdateFindingsV2Response

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#processed_findings::Array[Types::BatchUpdateFindingsV2ProcessedFinding]

Returns the value of attribute processed_findings.



4887
4888
4889
# File 'sig/types.rbs', line 4887

def processed_findings
  @processed_findings
end

#unprocessed_findings::Array[Types::BatchUpdateFindingsV2UnprocessedFinding]

Returns the value of attribute unprocessed_findings.



4888
4889
4890
# File 'sig/types.rbs', line 4888

def unprocessed_findings
  @unprocessed_findings
end