Class: Aws::Types::WorkflowVersionListItem
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowVersionListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#digest ⇒ ::String
Returns the value of attribute digest.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2620 2621 2622 |
# File 'sig/types.rbs', line 2620 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
2616 2617 2618 |
# File 'sig/types.rbs', line 2616 def description @description end |
#digest ⇒ ::String
Returns the value of attribute digest.
2619 2620 2621 |
# File 'sig/types.rbs', line 2619 def digest @digest end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
2621 2622 2623 |
# File 'sig/types.rbs', line 2621 def end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2617 2618 2619 |
# File 'sig/types.rbs', line 2617 def status @status end |
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
2618 2619 2620 |
# File 'sig/types.rbs', line 2618 def type @type end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
2615 2616 2617 |
# File 'sig/types.rbs', line 2615 def version_name @version_name end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def workflow_id @workflow_id end |