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
1566 |
# File 'sig/client.rbs', line 1566
def anchor: () -> Types::ThreatAnchorShape
|
#comments ⇒ ::String
1558 |
# File 'sig/client.rbs', line 1558
def comments: () -> ::String
|
#created_at ⇒ ::Time
1571 |
# File 'sig/client.rbs', line 1571
def created_at: () -> ::Time
|
#created_by ⇒ "CUSTOMER", "AGENT"
1569 |
# File 'sig/client.rbs', line 1569
def created_by: () -> ("CUSTOMER" | "AGENT")
|
#evidence ⇒ ::Array[Types::ThreatEvidenceShape]
1567 |
# File 'sig/client.rbs', line 1567
def evidence: () -> ::Array[Types::ThreatEvidenceShape]
|
#impacted_assets ⇒ ::Array[::String]
1565 |
# File 'sig/client.rbs', line 1565
def impacted_assets: () -> ::Array[::String]
|
#impacted_goal ⇒ ::Array[::String]
1564 |
# File 'sig/client.rbs', line 1564
def impacted_goal: () -> ::Array[::String]
|
#prerequisites ⇒ ::String
1561 |
# File 'sig/client.rbs', line 1561
def prerequisites: () -> ::String
|
#recommendation ⇒ ::String
1568 |
# File 'sig/client.rbs', line 1568
def recommendation: () -> ::String
|
#severity ⇒ "CRITICAL", ...
1556 |
# File 'sig/client.rbs', line 1556
def severity: () -> ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "INFO")
|
#statement ⇒ ::String
1555 |
# File 'sig/client.rbs', line 1555
def statement: () -> ::String
|
#status ⇒ "OPEN", ...
1557 |
# File 'sig/client.rbs', line 1557
def status: () -> ("OPEN" | "RESOLVED" | "DISMISSED")
|
#stride ⇒ ::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]
1559 |
# File 'sig/client.rbs', line 1559
def stride: () -> ::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]
|
#threat_action ⇒ ::String
1562 |
# File 'sig/client.rbs', line 1562
def threat_action: () -> ::String
|
#threat_id ⇒ ::String
1552 |
# File 'sig/client.rbs', line 1552
def threat_id: () -> ::String
|
#threat_impact ⇒ ::String
1563 |
# File 'sig/client.rbs', line 1563
def threat_impact: () -> ::String
|
#threat_job_id ⇒ ::String
1553 |
# File 'sig/client.rbs', line 1553
def threat_job_id: () -> ::String
|
#threat_source ⇒ ::String
1560 |
# File 'sig/client.rbs', line 1560
def threat_source: () -> ::String
|
#title ⇒ ::String
1554 |
# File 'sig/client.rbs', line 1554
def title: () -> ::String
|
#updated_at ⇒ ::Time
1572 |
# File 'sig/client.rbs', line 1572
def updated_at: () -> ::Time
|
#updated_by ⇒ "CUSTOMER", "AGENT"
1570 |
# File 'sig/client.rbs', line 1570
def updated_by: () -> ("CUSTOMER" | "AGENT")
|