Module: Aws::Detective::Client::_GetInvestigationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetInvestigationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_time ⇒ ::Time
- #entity_arn ⇒ ::String
- #entity_type ⇒ "IAM_ROLE", "IAM_USER"
- #graph_arn ⇒ ::String
- #investigation_id ⇒ ::String
- #scope_end_time ⇒ ::Time
- #scope_start_time ⇒ ::Time
- #severity ⇒ "INFORMATIONAL", ...
- #state ⇒ "ACTIVE", "ARCHIVED"
- #status ⇒ "RUNNING", ...
Instance Method Details
#created_time ⇒ ::Time
189 |
# File 'sig/client.rbs', line 189
def created_time: () -> ::Time
|
#entity_arn ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def entity_arn: () -> ::String
|
#entity_type ⇒ "IAM_ROLE", "IAM_USER"
188 |
# File 'sig/client.rbs', line 188
def entity_type: () -> ("IAM_ROLE" | "IAM_USER")
|
#graph_arn ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def graph_arn: () -> ::String
|
#investigation_id ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def investigation_id: () -> ::String
|
#scope_end_time ⇒ ::Time
191 |
# File 'sig/client.rbs', line 191
def scope_end_time: () -> ::Time
|
#scope_start_time ⇒ ::Time
190 |
# File 'sig/client.rbs', line 190
def scope_start_time: () -> ::Time
|
#severity ⇒ "INFORMATIONAL", ...
193 |
# File 'sig/client.rbs', line 193
def severity: () -> ("INFORMATIONAL" | "LOW" | "MEDIUM" | "HIGH" | "CRITICAL")
|
#state ⇒ "ACTIVE", "ARCHIVED"
194 |
# File 'sig/client.rbs', line 194
def state: () -> ("ACTIVE" | "ARCHIVED")
|
#status ⇒ "RUNNING", ...
192 |
# File 'sig/client.rbs', line 192
def status: () -> ("RUNNING" | "FAILED" | "SUCCESSFUL")
|