Class: Aws::Types::GetWorkflowRunPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowRunPropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
4364 4365 4366 |
# File 'sig/types.rbs', line 4364 def name @name end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
4365 4366 4367 |
# File 'sig/types.rbs', line 4365 def run_id @run_id end |