Module: Aws::SecurityAgent::Client::_UpdateThreatResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateThreatOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #anchor ⇒ Types::ThreatAnchorShape
- #comments ⇒ ::String
- #created_at ⇒ ::Time
- #created_by ⇒ "CUSTOMER", "AGENT"
- #evidence ⇒ ::Array[Types::ThreatEvidenceShape]
- #impacted_assets ⇒ ::Array[::String]
- #impacted_goal ⇒ ::Array[::String]
- #prerequisites ⇒ ::String
- #recommendation ⇒ ::String
- #severity ⇒ "CRITICAL", ...
- #statement ⇒ ::String
- #status ⇒ "OPEN", ...
- #stride ⇒ ::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]
- #threat_action ⇒ ::String
- #threat_id ⇒ ::String
- #threat_impact ⇒ ::String
- #threat_job_id ⇒ ::String
- #threat_source ⇒ ::String
- #title ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ "CUSTOMER", "AGENT"
Instance Method Details
#anchor ⇒ Types::ThreatAnchorShape
1574 |
# File 'sig/client.rbs', line 1574
def anchor: () -> Types::ThreatAnchorShape
|
#comments ⇒ ::String
1566 |
# File 'sig/client.rbs', line 1566
def comments: () -> ::String
|
#created_at ⇒ ::Time
1579 |
# File 'sig/client.rbs', line 1579
def created_at: () -> ::Time
|
#created_by ⇒ "CUSTOMER", "AGENT"
1577 |
# File 'sig/client.rbs', line 1577
def created_by: () -> ("CUSTOMER" | "AGENT")
|
#evidence ⇒ ::Array[Types::ThreatEvidenceShape]
1575 |
# File 'sig/client.rbs', line 1575
def evidence: () -> ::Array[Types::ThreatEvidenceShape]
|
#impacted_assets ⇒ ::Array[::String]
1573 |
# File 'sig/client.rbs', line 1573
def impacted_assets: () -> ::Array[::String]
|
#impacted_goal ⇒ ::Array[::String]
1572 |
# File 'sig/client.rbs', line 1572
def impacted_goal: () -> ::Array[::String]
|
#prerequisites ⇒ ::String
1569 |
# File 'sig/client.rbs', line 1569
def prerequisites: () -> ::String
|
#recommendation ⇒ ::String
1576 |
# File 'sig/client.rbs', line 1576
def recommendation: () -> ::String
|
#severity ⇒ "CRITICAL", ...
1564 |
# File 'sig/client.rbs', line 1564
def severity: () -> ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "INFO")
|
#statement ⇒ ::String
1563 |
# File 'sig/client.rbs', line 1563
def statement: () -> ::String
|
#status ⇒ "OPEN", ...
1565 |
# File 'sig/client.rbs', line 1565
def status: () -> ("OPEN" | "RESOLVED" | "DISMISSED")
|
#stride ⇒ ::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]
1567 |
# File 'sig/client.rbs', line 1567
def stride: () -> ::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]
|
#threat_action ⇒ ::String
1570 |
# File 'sig/client.rbs', line 1570
def threat_action: () -> ::String
|
#threat_id ⇒ ::String
1560 |
# File 'sig/client.rbs', line 1560
def threat_id: () -> ::String
|
#threat_impact ⇒ ::String
1571 |
# File 'sig/client.rbs', line 1571
def threat_impact: () -> ::String
|
#threat_job_id ⇒ ::String
1561 |
# File 'sig/client.rbs', line 1561
def threat_job_id: () -> ::String
|
#threat_source ⇒ ::String
1568 |
# File 'sig/client.rbs', line 1568
def threat_source: () -> ::String
|
#title ⇒ ::String
1562 |
# File 'sig/client.rbs', line 1562
def title: () -> ::String
|
#updated_at ⇒ ::Time
1580 |
# File 'sig/client.rbs', line 1580
def updated_at: () -> ::Time
|
#updated_by ⇒ "CUSTOMER", "AGENT"
1578 |
# File 'sig/client.rbs', line 1578
def updated_by: () -> ("CUSTOMER" | "AGENT")
|