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:



2434
2435
2436
# File 'sig/types.rbs', line 2434

def agent_space_id
  @agent_space_id
end

#anchorTypes::ThreatAnchorShape

Returns the value of attribute anchor.

Returns:



2446
2447
2448
# File 'sig/types.rbs', line 2446

def anchor
  @anchor
end

#comments::String

Returns the value of attribute comments.

Returns:



2437
2438
2439
# File 'sig/types.rbs', line 2437

def comments
  @comments
end

#evidence::Array[Types::ThreatEvidenceShape]

Returns the value of attribute evidence.

Returns:



2447
2448
2449
# File 'sig/types.rbs', line 2447

def evidence
  @evidence
end

#impacted_assets::Array[::String]

Returns the value of attribute impacted_assets.

Returns:



2445
2446
2447
# File 'sig/types.rbs', line 2445

def impacted_assets
  @impacted_assets
end

#impacted_goal::Array[::String]

Returns the value of attribute impacted_goal.

Returns:



2444
2445
2446
# File 'sig/types.rbs', line 2444

def impacted_goal
  @impacted_goal
end

#prerequisites::String

Returns the value of attribute prerequisites.

Returns:



2441
2442
2443
# File 'sig/types.rbs', line 2441

def prerequisites
  @prerequisites
end

#recommendation::String

Returns the value of attribute recommendation.

Returns:



2448
2449
2450
# File 'sig/types.rbs', line 2448

def recommendation
  @recommendation
end

#severity"CRITICAL", ...

Returns the value of attribute severity.

Returns:



2439
2440
2441
# File 'sig/types.rbs', line 2439

def severity
  @severity
end

#statement::String

Returns the value of attribute statement.

Returns:



2438
2439
2440
# File 'sig/types.rbs', line 2438

def statement
  @statement
end

#status"OPEN", ...

Returns the value of attribute status.

Returns:



2436
2437
2438
# File 'sig/types.rbs', line 2436

def status
  @status
end

#threat_action::String

Returns the value of attribute threat_action.

Returns:



2442
2443
2444
# File 'sig/types.rbs', line 2442

def threat_action
  @threat_action
end

#threat_id::String

Returns the value of attribute threat_id.

Returns:



2433
2434
2435
# File 'sig/types.rbs', line 2433

def threat_id
  @threat_id
end

#threat_impact::String

Returns the value of attribute threat_impact.

Returns:



2443
2444
2445
# File 'sig/types.rbs', line 2443

def threat_impact
  @threat_impact
end

#threat_source::String

Returns the value of attribute threat_source.

Returns:



2440
2441
2442
# File 'sig/types.rbs', line 2440

def threat_source
  @threat_source
end

#title::String

Returns the value of attribute title.

Returns:



2435
2436
2437
# File 'sig/types.rbs', line 2435

def title
  @title
end