Class: Aws::Types::WorkflowVersion
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#type ⇒ "BUILD", ...
Returns the value of attribute type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def arn @arn end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def date_created @date_created end |
#description ⇒ ::String
Returns the value of attribute description.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def owner @owner end |
#type ⇒ "BUILD", ...
Returns the value of attribute type.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def version @version end |