Class: Aws::Types::ListFindingsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def agent_space_id
  @agent_space_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def code_review_job_id
  @code_review_job_id
end

#confidence"FALSE_POSITIVE", ...

Returns the value of attribute confidence.

Returns:

  • ("FALSE_POSITIVE", "UNCONFIRMED", "LOW", "MEDIUM", "HIGH")


1428
1429
1430
# File 'sig/types.rbs', line 1428

def confidence
  @confidence
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1420
1421
1422
# File 'sig/types.rbs', line 1420

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def next_token
  @next_token
end

#pentest_job_id::String

Returns the value of attribute pentest_job_id.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def pentest_job_id
  @pentest_job_id
end

#risk_level"UNKNOWN", ...

Returns the value of attribute risk_level.

Returns:

  • ("UNKNOWN", "INFORMATIONAL", "LOW", "MEDIUM", "HIGH", "CRITICAL")


1426
1427
1428
# File 'sig/types.rbs', line 1426

def risk_level
  @risk_level
end

#risk_type::String

Returns the value of attribute risk_type.

Returns:

  • (::String)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def risk_type
  @risk_type
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "RESOLVED", "ACCEPTED", "FALSE_POSITIVE")


1427
1428
1429
# File 'sig/types.rbs', line 1427

def status
  @status
end