Class: Aws::Types::WorkflowSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#change_description ⇒ ::String
Returns the value of attribute change_description.
-
#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.
-
#state ⇒ Types::WorkflowState
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def arn @arn end |
#change_description ⇒ ::String
Returns the value of attribute change_description.
2260 2261 2262 |
# File 'sig/types.rbs', line 2260 def change_description @change_description end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def date_created @date_created end |
#description ⇒ ::String
Returns the value of attribute description.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def owner @owner end |
#state ⇒ Types::WorkflowState
Returns the value of attribute state.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def @tags end |
#type ⇒ "BUILD", ...
Returns the value of attribute type.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def version @version end |