Module: Aws::SecurityIR::Client::_GetCaseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCaseResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #actual_incident_start_date ⇒ ::Time
- #case_arn ⇒ ::String
- #case_attachments ⇒ ::Array[Types::CaseAttachmentAttributes]
- #case_metadata ⇒ ::Array[Types::CaseMetadataEntry]
- #case_status ⇒ "Submitted", ...
- #closed_date ⇒ ::Time
- #closure_code ⇒ "Investigation Completed", ...
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #engagement_type ⇒ "Security Incident", "Investigation"
- #impacted_accounts ⇒ ::Array[::String]
- #impacted_aws_regions ⇒ ::Array[Types::ImpactedAwsRegion]
- #impacted_services ⇒ ::Array[::String]
- #last_updated_date ⇒ ::Time
- #pending_action ⇒ "Customer", "None"
- #reported_incident_start_date ⇒ ::Time
- #resolver_type ⇒ "AWS", "Self"
- #threat_actor_ip_addresses ⇒ ::Array[Types::ThreatActorIp]
- #title ⇒ ::String
- #watchers ⇒ ::Array[Types::Watcher]
Instance Method Details
#actual_incident_start_date ⇒ ::Time
197 |
# File 'sig/client.rbs', line 197
def actual_incident_start_date: () -> ::Time
|
#case_arn ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def case_arn: () -> ::String
|
#case_attachments ⇒ ::Array[Types::CaseAttachmentAttributes]
208 |
# File 'sig/client.rbs', line 208
def case_attachments: () -> ::Array[Types::CaseAttachmentAttributes]
|
#case_metadata ⇒ ::Array[Types::CaseMetadataEntry]
210 |
# File 'sig/client.rbs', line 210
def case_metadata: () -> ::Array[Types::CaseMetadataEntry]
|
#case_status ⇒ "Submitted", ...
194 |
# File 'sig/client.rbs', line 194
def case_status: () -> ("Submitted" | "Acknowledged" | "Detection and Analysis" | "Containment, Eradication and Recovery" | "Post-incident Activities" | "Ready to Close" | "Closed")
|
#closed_date ⇒ ::Time
209 |
# File 'sig/client.rbs', line 209
def closed_date: () -> ::Time
|
#closure_code ⇒ "Investigation Completed", ...
205 |
# File 'sig/client.rbs', line 205
def closure_code: () -> ("Investigation Completed" | "Not Resolved" | "False Positive" | "Duplicate")
|
#created_date ⇒ ::Time
203 |
# File 'sig/client.rbs', line 203
def created_date: () -> ::Time
|
#description ⇒ ::String
193 |
# File 'sig/client.rbs', line 193
def description: () -> ::String
|
#engagement_type ⇒ "Security Incident", "Investigation"
195 |
# File 'sig/client.rbs', line 195
def engagement_type: () -> ("Security Incident" | "Investigation")
|
#impacted_accounts ⇒ ::Array[::String]
201 |
# File 'sig/client.rbs', line 201
def impacted_accounts: () -> ::Array[::String]
|
#impacted_aws_regions ⇒ ::Array[Types::ImpactedAwsRegion]
198 |
# File 'sig/client.rbs', line 198
def impacted_aws_regions: () -> ::Array[Types::ImpactedAwsRegion]
|
#impacted_services ⇒ ::Array[::String]
207 |
# File 'sig/client.rbs', line 207
def impacted_services: () -> ::Array[::String]
|
#last_updated_date ⇒ ::Time
204 |
# File 'sig/client.rbs', line 204
def last_updated_date: () -> ::Time
|
#pending_action ⇒ "Customer", "None"
200 |
# File 'sig/client.rbs', line 200
def pending_action: () -> ("Customer" | "None")
|
#reported_incident_start_date ⇒ ::Time
196 |
# File 'sig/client.rbs', line 196
def reported_incident_start_date: () -> ::Time
|
#resolver_type ⇒ "AWS", "Self"
206 |
# File 'sig/client.rbs', line 206
def resolver_type: () -> ("AWS" | "Self")
|
#threat_actor_ip_addresses ⇒ ::Array[Types::ThreatActorIp]
199 |
# File 'sig/client.rbs', line 199
def threat_actor_ip_addresses: () -> ::Array[Types::ThreatActorIp]
|
#title ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def title: () -> ::String
|
#watchers ⇒ ::Array[Types::Watcher]
202 |
# File 'sig/client.rbs', line 202
def watchers: () -> ::Array[Types::Watcher]
|