Module: Aws::SecurityAgent::Client::_CreateThreatResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateThreatOutput]
- 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
607 |
# File 'sig/client.rbs', line 607
def anchor: () -> Types::ThreatAnchorShape
|
#comments ⇒ ::String
599 |
# File 'sig/client.rbs', line 599
def comments: () -> ::String
|
#created_at ⇒ ::Time
612 |
# File 'sig/client.rbs', line 612
def created_at: () -> ::Time
|
#created_by ⇒ "CUSTOMER", "AGENT"
610 |
# File 'sig/client.rbs', line 610
def created_by: () -> ("CUSTOMER" | "AGENT")
|
#evidence ⇒ ::Array[Types::ThreatEvidenceShape]
608 |
# File 'sig/client.rbs', line 608
def evidence: () -> ::Array[Types::ThreatEvidenceShape]
|
#impacted_assets ⇒ ::Array[::String]
606 |
# File 'sig/client.rbs', line 606
def impacted_assets: () -> ::Array[::String]
|
#impacted_goal ⇒ ::Array[::String]
605 |
# File 'sig/client.rbs', line 605
def impacted_goal: () -> ::Array[::String]
|
#prerequisites ⇒ ::String
602 |
# File 'sig/client.rbs', line 602
def prerequisites: () -> ::String
|
#recommendation ⇒ ::String
609 |
# File 'sig/client.rbs', line 609
def recommendation: () -> ::String
|
#severity ⇒ "CRITICAL", ...
597 |
# File 'sig/client.rbs', line 597
def severity: () -> ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "INFO")
|
#statement ⇒ ::String
596 |
# File 'sig/client.rbs', line 596
def statement: () -> ::String
|
#status ⇒ "OPEN", ...
598 |
# File 'sig/client.rbs', line 598
def status: () -> ("OPEN" | "RESOLVED" | "DISMISSED")
|
#stride ⇒ ::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]
600 |
# File 'sig/client.rbs', line 600
def stride: () -> ::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]
|
#threat_action ⇒ ::String
603 |
# File 'sig/client.rbs', line 603
def threat_action: () -> ::String
|
#threat_id ⇒ ::String
593 |
# File 'sig/client.rbs', line 593
def threat_id: () -> ::String
|
#threat_impact ⇒ ::String
604 |
# File 'sig/client.rbs', line 604
def threat_impact: () -> ::String
|
#threat_job_id ⇒ ::String
594 |
# File 'sig/client.rbs', line 594
def threat_job_id: () -> ::String
|
#threat_source ⇒ ::String
601 |
# File 'sig/client.rbs', line 601
def threat_source: () -> ::String
|
#title ⇒ ::String
595 |
# File 'sig/client.rbs', line 595
def title: () -> ::String
|
#updated_at ⇒ ::Time
613 |
# File 'sig/client.rbs', line 613
def updated_at: () -> ::Time
|
#updated_by ⇒ "CUSTOMER", "AGENT"
611 |
# File 'sig/client.rbs', line 611
def updated_by: () -> ("CUSTOMER" | "AGENT")
|