Class: Aws::Types::StartInvestigationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartInvestigationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_arn ⇒ ::String
Returns the value of attribute entity_arn.
-
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
-
#scope_end_time ⇒ ::Time
Returns the value of attribute scope_end_time.
-
#scope_start_time ⇒ ::Time
Returns the value of attribute scope_start_time.
Instance Attribute Details
#entity_arn ⇒ ::String
Returns the value of attribute entity_arn.
427 428 429 |
# File 'sig/types.rbs', line 427 def entity_arn @entity_arn end |
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
426 427 428 |
# File 'sig/types.rbs', line 426 def graph_arn @graph_arn end |
#scope_end_time ⇒ ::Time
Returns the value of attribute scope_end_time.
429 430 431 |
# File 'sig/types.rbs', line 429 def scope_end_time @scope_end_time end |
#scope_start_time ⇒ ::Time
Returns the value of attribute scope_start_time.
428 429 430 |
# File 'sig/types.rbs', line 428 def scope_start_time @scope_start_time end |