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)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def agent_space_id
  @agent_space_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


1449
1450
1451
# File 'sig/types.rbs', line 1449

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")


1455
1456
1457
# File 'sig/types.rbs', line 1455

def confidence
  @confidence
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def next_token
  @next_token
end

#pentest_job_id::String

Returns the value of attribute pentest_job_id.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

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")


1453
1454
1455
# File 'sig/types.rbs', line 1453

def risk_level
  @risk_level
end

#risk_type::String

Returns the value of attribute risk_type.

Returns:

  • (::String)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def risk_type
  @risk_type
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


1454
1455
1456
# File 'sig/types.rbs', line 1454

def status
  @status
end