Class: Aws::Types::Workflow
- Inherits:
-
Object
- Object
- Aws::Types::Workflow
- 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.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#parameters ⇒ ::Array[Types::WorkflowParameterDetail]
Returns the value of attribute parameters.
-
#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.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def arn @arn end |
#change_description ⇒ ::String
Returns the value of attribute change_description.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def change_description @change_description end |
#data ⇒ ::String
Returns the value of attribute data.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def data @data end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def date_created @date_created end |
#description ⇒ ::String
Returns the value of attribute description.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def owner @owner end |
#parameters ⇒ ::Array[Types::WorkflowParameterDetail]
Returns the value of attribute parameters.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def parameters @parameters end |
#state ⇒ Types::WorkflowState
Returns the value of attribute state.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def @tags end |
#type ⇒ "BUILD", ...
Returns the value of attribute type.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def version @version end |