Class: Aws::Types::UpdateFindingInput

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)


2314
2315
2316
# File 'sig/types.rbs', line 2314

def agent_space_id
  @agent_space_id
end

#attack_script::String

Returns the value of attribute attack_script.

Returns:

  • (::String)


2320
2321
2322
# File 'sig/types.rbs', line 2320

def attack_script
  @attack_script
end

#customer_note::String

Returns the value of attribute customer_note.

Returns:

  • (::String)


2323
2324
2325
# File 'sig/types.rbs', line 2323

def customer_note
  @customer_note
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2316
2317
2318
# File 'sig/types.rbs', line 2316

def description
  @description
end

#finding_id::String

Returns the value of attribute finding_id.

Returns:

  • (::String)


2313
2314
2315
# File 'sig/types.rbs', line 2313

def finding_id
  @finding_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2315
2316
2317
# File 'sig/types.rbs', line 2315

def name
  @name
end

#reasoning::String

Returns the value of attribute reasoning.

Returns:

  • (::String)


2321
2322
2323
# File 'sig/types.rbs', line 2321

def reasoning
  @reasoning
end

#risk_level"UNKNOWN", ...

Returns the value of attribute risk_level.

Returns:

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


2318
2319
2320
# File 'sig/types.rbs', line 2318

def risk_level
  @risk_level
end

#risk_score::String

Returns the value of attribute risk_score.

Returns:

  • (::String)


2319
2320
2321
# File 'sig/types.rbs', line 2319

def risk_score
  @risk_score
end

#risk_type::String

Returns the value of attribute risk_type.

Returns:

  • (::String)


2317
2318
2319
# File 'sig/types.rbs', line 2317

def risk_type
  @risk_type
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


2322
2323
2324
# File 'sig/types.rbs', line 2322

def status
  @status
end