Class: Aws::Types::WorkflowListItem
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowListItem
- 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.
-
#digest ⇒ ::String
Returns the value of attribute digest.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def creation_time @creation_time end |
#digest ⇒ ::String
Returns the value of attribute digest.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def digest @digest end |
#id ⇒ ::String
Returns the value of attribute id.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def id @id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def status @status end |
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def type @type end |