Class: Aws::Types::GetWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export ⇒ ::Array[("DEFINITION" | "README")]
Returns the value of attribute export.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
-
#workflow_owner_id ⇒ ::String
Returns the value of attribute workflow_owner_id.
Instance Attribute Details
#export ⇒ ::Array[("DEFINITION" | "README")]
Returns the value of attribute export.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def export @export end |
#id ⇒ ::String
Returns the value of attribute id.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def id @id end |
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def type @type end |
#workflow_owner_id ⇒ ::String
Returns the value of attribute workflow_owner_id.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def workflow_owner_id @workflow_owner_id end |