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)


2273
2274
2275
# File 'sig/types.rbs', line 2273

def agent_space_id
  @agent_space_id
end

#attack_script::String

Returns the value of attribute attack_script.

Returns:

  • (::String)


2279
2280
2281
# File 'sig/types.rbs', line 2279

def attack_script
  @attack_script
end

#customer_note::String

Returns the value of attribute customer_note.

Returns:

  • (::String)


2282
2283
2284
# File 'sig/types.rbs', line 2282

def customer_note
  @customer_note
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2275
2276
2277
# File 'sig/types.rbs', line 2275

def description
  @description
end

#finding_id::String

Returns the value of attribute finding_id.

Returns:

  • (::String)


2272
2273
2274
# File 'sig/types.rbs', line 2272

def finding_id
  @finding_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2274
2275
2276
# File 'sig/types.rbs', line 2274

def name
  @name
end

#reasoning::String

Returns the value of attribute reasoning.

Returns:

  • (::String)


2280
2281
2282
# File 'sig/types.rbs', line 2280

def reasoning
  @reasoning
end

#risk_level"UNKNOWN", ...

Returns the value of attribute risk_level.

Returns:

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


2277
2278
2279
# File 'sig/types.rbs', line 2277

def risk_level
  @risk_level
end

#risk_score::String

Returns the value of attribute risk_score.

Returns:

  • (::String)


2278
2279
2280
# File 'sig/types.rbs', line 2278

def risk_score
  @risk_score
end

#risk_type::String

Returns the value of attribute risk_type.

Returns:

  • (::String)


2276
2277
2278
# File 'sig/types.rbs', line 2276

def risk_type
  @risk_type
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


2281
2282
2283
# File 'sig/types.rbs', line 2281

def status
  @status
end