Class: Aws::Types::WorkflowDetails
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#on_partial_upload ⇒ ::Array[Types::WorkflowDetail]
Returns the value of attribute on_partial_upload.
-
#on_upload ⇒ ::Array[Types::WorkflowDetail]
Returns the value of attribute on_upload.
Instance Attribute Details
#on_partial_upload ⇒ ::Array[Types::WorkflowDetail]
Returns the value of attribute on_partial_upload.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def on_partial_upload @on_partial_upload end |
#on_upload ⇒ ::Array[Types::WorkflowDetail]
Returns the value of attribute on_upload.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def on_upload @on_upload end |