Class: Aws::Types::UpdateThreatOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anchorTypes::ThreatAnchorShape

Returns the value of attribute anchor.



2493
2494
2495
# File 'sig/types.rbs', line 2493

def anchor
  @anchor
end

#comments::String

Returns the value of attribute comments.

Returns:

  • (::String)


2485
2486
2487
# File 'sig/types.rbs', line 2485

def comments
  @comments
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2498
2499
2500
# File 'sig/types.rbs', line 2498

def created_at
  @created_at
end

#created_by"CUSTOMER", "AGENT"

Returns the value of attribute created_by.

Returns:

  • ("CUSTOMER", "AGENT")


2496
2497
2498
# File 'sig/types.rbs', line 2496

def created_by
  @created_by
end

#evidence::Array[Types::ThreatEvidenceShape]

Returns the value of attribute evidence.

Returns:



2494
2495
2496
# File 'sig/types.rbs', line 2494

def evidence
  @evidence
end

#impacted_assets::Array[::String]

Returns the value of attribute impacted_assets.

Returns:

  • (::Array[::String])


2492
2493
2494
# File 'sig/types.rbs', line 2492

def impacted_assets
  @impacted_assets
end

#impacted_goal::Array[::String]

Returns the value of attribute impacted_goal.

Returns:

  • (::Array[::String])


2491
2492
2493
# File 'sig/types.rbs', line 2491

def impacted_goal
  @impacted_goal
end

#prerequisites::String

Returns the value of attribute prerequisites.

Returns:

  • (::String)


2488
2489
2490
# File 'sig/types.rbs', line 2488

def prerequisites
  @prerequisites
end

#recommendation::String

Returns the value of attribute recommendation.

Returns:

  • (::String)


2495
2496
2497
# File 'sig/types.rbs', line 2495

def recommendation
  @recommendation
end

#severity"CRITICAL", ...

Returns the value of attribute severity.

Returns:

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


2483
2484
2485
# File 'sig/types.rbs', line 2483

def severity
  @severity
end

#statement::String

Returns the value of attribute statement.

Returns:

  • (::String)


2482
2483
2484
# File 'sig/types.rbs', line 2482

def statement
  @statement
end

#status"OPEN", ...

Returns the value of attribute status.

Returns:

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


2484
2485
2486
# File 'sig/types.rbs', line 2484

def status
  @status
end

#stride::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]

Returns the value of attribute stride.

Returns:

  • (::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")])


2486
2487
2488
# File 'sig/types.rbs', line 2486

def stride
  @stride
end

#threat_action::String

Returns the value of attribute threat_action.

Returns:

  • (::String)


2489
2490
2491
# File 'sig/types.rbs', line 2489

def threat_action
  @threat_action
end

#threat_id::String

Returns the value of attribute threat_id.

Returns:

  • (::String)


2479
2480
2481
# File 'sig/types.rbs', line 2479

def threat_id
  @threat_id
end

#threat_impact::String

Returns the value of attribute threat_impact.

Returns:

  • (::String)


2490
2491
2492
# File 'sig/types.rbs', line 2490

def threat_impact
  @threat_impact
end

#threat_job_id::String

Returns the value of attribute threat_job_id.

Returns:

  • (::String)


2480
2481
2482
# File 'sig/types.rbs', line 2480

def threat_job_id
  @threat_job_id
end

#threat_source::String

Returns the value of attribute threat_source.

Returns:

  • (::String)


2487
2488
2489
# File 'sig/types.rbs', line 2487

def threat_source
  @threat_source
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2481
2482
2483
# File 'sig/types.rbs', line 2481

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2499
2500
2501
# File 'sig/types.rbs', line 2499

def updated_at
  @updated_at
end

#updated_by"CUSTOMER", "AGENT"

Returns the value of attribute updated_by.

Returns:

  • ("CUSTOMER", "AGENT")


2497
2498
2499
# File 'sig/types.rbs', line 2497

def updated_by
  @updated_by
end