Class: Aws::Types::InvestigationDetail
- Inherits:
-
Object
- Object
- Aws::Types::InvestigationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#entity_arn ⇒ ::String
Returns the value of attribute entity_arn.
-
#entity_type ⇒ "IAM_ROLE", "IAM_USER"
Returns the value of attribute entity_type.
-
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
-
#severity ⇒ "INFORMATIONAL", ...
Returns the value of attribute severity.
-
#state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
235 236 237 |
# File 'sig/types.rbs', line 235 def created_time @created_time end |
#entity_arn ⇒ ::String
Returns the value of attribute entity_arn.
236 237 238 |
# File 'sig/types.rbs', line 236 def entity_arn @entity_arn end |
#entity_type ⇒ "IAM_ROLE", "IAM_USER"
Returns the value of attribute entity_type.
237 238 239 |
# File 'sig/types.rbs', line 237 def entity_type @entity_type end |
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
231 232 233 |
# File 'sig/types.rbs', line 231 def investigation_id @investigation_id end |
#severity ⇒ "INFORMATIONAL", ...
Returns the value of attribute severity.
232 233 234 |
# File 'sig/types.rbs', line 232 def severity @severity end |
#state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state.
234 235 236 |
# File 'sig/types.rbs', line 234 def state @state end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
233 234 235 |
# File 'sig/types.rbs', line 233 def status @status end |