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)


2290
2291
2292
# File 'sig/types.rbs', line 2290

def agent_space_id
  @agent_space_id
end

#attack_script::String

Returns the value of attribute attack_script.

Returns:

  • (::String)


2296
2297
2298
# File 'sig/types.rbs', line 2296

def attack_script
  @attack_script
end

#customer_note::String

Returns the value of attribute customer_note.

Returns:

  • (::String)


2299
2300
2301
# File 'sig/types.rbs', line 2299

def customer_note
  @customer_note
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2292
2293
2294
# File 'sig/types.rbs', line 2292

def description
  @description
end

#finding_id::String

Returns the value of attribute finding_id.

Returns:

  • (::String)


2289
2290
2291
# File 'sig/types.rbs', line 2289

def finding_id
  @finding_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2291
2292
2293
# File 'sig/types.rbs', line 2291

def name
  @name
end

#reasoning::String

Returns the value of attribute reasoning.

Returns:

  • (::String)


2297
2298
2299
# File 'sig/types.rbs', line 2297

def reasoning
  @reasoning
end

#risk_level"UNKNOWN", ...

Returns the value of attribute risk_level.

Returns:

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


2294
2295
2296
# File 'sig/types.rbs', line 2294

def risk_level
  @risk_level
end

#risk_score::String

Returns the value of attribute risk_score.

Returns:

  • (::String)


2295
2296
2297
# File 'sig/types.rbs', line 2295

def risk_score
  @risk_score
end

#risk_type::String

Returns the value of attribute risk_type.

Returns:

  • (::String)


2293
2294
2295
# File 'sig/types.rbs', line 2293

def risk_type
  @risk_type
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


2298
2299
2300
# File 'sig/types.rbs', line 2298

def status
  @status
end