Class: Aws::Types::GetWorkflowVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export ⇒ ::Array[("DEFINITION" | "README")]
Returns the value of attribute export.
-
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
-
#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.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def export @export end |
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def type @type end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def version_name @version_name end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def workflow_id @workflow_id end |
#workflow_owner_id ⇒ ::String
Returns the value of attribute workflow_owner_id.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def workflow_owner_id @workflow_owner_id end |