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)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def agent_space_id
  @agent_space_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


1431
1432
1433
# File 'sig/types.rbs', line 1431

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


1437
1438
1439
# File 'sig/types.rbs', line 1437

def confidence
  @confidence
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def next_token
  @next_token
end

#pentest_job_id::String

Returns the value of attribute pentest_job_id.

Returns:

  • (::String)


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

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


1435
1436
1437
# File 'sig/types.rbs', line 1435

def risk_level
  @risk_level
end

#risk_type::String

Returns the value of attribute risk_type.

Returns:

  • (::String)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def risk_type
  @risk_type
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


1436
1437
1438
# File 'sig/types.rbs', line 1436

def status
  @status
end