Class: Aws::Types::GetInvestigationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetInvestigationResponse
- 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.
-
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
-
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
-
#scope_end_time ⇒ ::Time
Returns the value of attribute scope_end_time.
-
#scope_start_time ⇒ ::Time
Returns the value of attribute scope_start_time.
-
#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.
171 172 173 |
# File 'sig/types.rbs', line 171 def created_time @created_time end |
#entity_arn ⇒ ::String
Returns the value of attribute entity_arn.
169 170 171 |
# File 'sig/types.rbs', line 169 def entity_arn @entity_arn end |
#entity_type ⇒ "IAM_ROLE", "IAM_USER"
Returns the value of attribute entity_type.
170 171 172 |
# File 'sig/types.rbs', line 170 def entity_type @entity_type end |
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
167 168 169 |
# File 'sig/types.rbs', line 167 def graph_arn @graph_arn end |
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
168 169 170 |
# File 'sig/types.rbs', line 168 def investigation_id @investigation_id end |
#scope_end_time ⇒ ::Time
Returns the value of attribute scope_end_time.
173 174 175 |
# File 'sig/types.rbs', line 173 def scope_end_time @scope_end_time end |
#scope_start_time ⇒ ::Time
Returns the value of attribute scope_start_time.
172 173 174 |
# File 'sig/types.rbs', line 172 def scope_start_time @scope_start_time end |
#severity ⇒ "INFORMATIONAL", ...
Returns the value of attribute severity.
175 176 177 |
# File 'sig/types.rbs', line 175 def severity @severity end |
#state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state.
176 177 178 |
# File 'sig/types.rbs', line 176 def state @state end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
174 175 176 |
# File 'sig/types.rbs', line 174 def status @status end |