Class: Aws::Types::UpdateThreatInput

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)


2410
2411
2412
# File 'sig/types.rbs', line 2410

def agent_space_id
  @agent_space_id
end

#anchorTypes::ThreatAnchorShape

Returns the value of attribute anchor.



2422
2423
2424
# File 'sig/types.rbs', line 2422

def anchor
  @anchor
end

#comments::String

Returns the value of attribute comments.

Returns:

  • (::String)


2413
2414
2415
# File 'sig/types.rbs', line 2413

def comments
  @comments
end

#evidence::Array[Types::ThreatEvidenceShape]

Returns the value of attribute evidence.

Returns:



2423
2424
2425
# File 'sig/types.rbs', line 2423

def evidence
  @evidence
end

#impacted_assets::Array[::String]

Returns the value of attribute impacted_assets.

Returns:

  • (::Array[::String])


2421
2422
2423
# File 'sig/types.rbs', line 2421

def impacted_assets
  @impacted_assets
end

#impacted_goal::Array[::String]

Returns the value of attribute impacted_goal.

Returns:

  • (::Array[::String])


2420
2421
2422
# File 'sig/types.rbs', line 2420

def impacted_goal
  @impacted_goal
end

#prerequisites::String

Returns the value of attribute prerequisites.

Returns:

  • (::String)


2417
2418
2419
# File 'sig/types.rbs', line 2417

def prerequisites
  @prerequisites
end

#recommendation::String

Returns the value of attribute recommendation.

Returns:

  • (::String)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def recommendation
  @recommendation
end

#severity"CRITICAL", ...

Returns the value of attribute severity.

Returns:

  • ("CRITICAL", "HIGH", "MEDIUM", "LOW", "INFO")


2415
2416
2417
# File 'sig/types.rbs', line 2415

def severity
  @severity
end

#statement::String

Returns the value of attribute statement.

Returns:

  • (::String)


2414
2415
2416
# File 'sig/types.rbs', line 2414

def statement
  @statement
end

#status"OPEN", ...

Returns the value of attribute status.

Returns:

  • ("OPEN", "RESOLVED", "DISMISSED")


2412
2413
2414
# File 'sig/types.rbs', line 2412

def status
  @status
end

#threat_action::String

Returns the value of attribute threat_action.

Returns:

  • (::String)


2418
2419
2420
# File 'sig/types.rbs', line 2418

def threat_action
  @threat_action
end

#threat_id::String

Returns the value of attribute threat_id.

Returns:

  • (::String)


2409
2410
2411
# File 'sig/types.rbs', line 2409

def threat_id
  @threat_id
end

#threat_impact::String

Returns the value of attribute threat_impact.

Returns:

  • (::String)


2419
2420
2421
# File 'sig/types.rbs', line 2419

def threat_impact
  @threat_impact
end

#threat_source::String

Returns the value of attribute threat_source.

Returns:

  • (::String)


2416
2417
2418
# File 'sig/types.rbs', line 2416

def threat_source
  @threat_source
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2411
2412
2413
# File 'sig/types.rbs', line 2411

def title
  @title
end