Class: Aws::Types::GetInvestigationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInvestigationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
-
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
Instance Attribute Details
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
161 162 163 |
# File 'sig/types.rbs', line 161 def graph_arn @graph_arn end |
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
162 163 164 |
# File 'sig/types.rbs', line 162 def investigation_id @investigation_id end |