Class: Aws::Types::BatchUpdateFindingsV2Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


4880
4881
4882
# File 'sig/types.rbs', line 4880

def comment
  @comment
end

#finding_identifiers::Array[Types::OcsfFindingIdentifier]

Returns the value of attribute finding_identifiers.

Returns:



4879
4880
4881
# File 'sig/types.rbs', line 4879

def finding_identifiers
  @finding_identifiers
end

#metadata_uids::Array[::String]

Returns the value of attribute metadata_uids.

Returns:

  • (::Array[::String])


4878
4879
4880
# File 'sig/types.rbs', line 4878

def 
  @metadata_uids
end

#severity_id::Integer

Returns the value of attribute severity_id.

Returns:

  • (::Integer)


4881
4882
4883
# File 'sig/types.rbs', line 4881

def severity_id
  @severity_id
end

#status_id::Integer

Returns the value of attribute status_id.

Returns:

  • (::Integer)


4882
4883
4884
# File 'sig/types.rbs', line 4882

def status_id
  @status_id
end