Class: Aws::Types::Workflow
- Inherits:
-
Object
- Object
- Aws::Types::Workflow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprint_details ⇒ Types::BlueprintDetails
Returns the value of attribute blueprint_details.
-
#created_on ⇒ ::Time
Returns the value of attribute created_on.
-
#default_run_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_run_properties.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#graph ⇒ Types::WorkflowGraph
Returns the value of attribute graph.
-
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
-
#last_run ⇒ Types::WorkflowRun
Returns the value of attribute last_run.
-
#max_concurrent_runs ⇒ ::Integer
Returns the value of attribute max_concurrent_runs.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#blueprint_details ⇒ Types::BlueprintDetails
Returns the value of attribute blueprint_details.
8390 8391 8392 |
# File 'sig/types.rbs', line 8390 def blueprint_details @blueprint_details end |
#created_on ⇒ ::Time
Returns the value of attribute created_on.
8385 8386 8387 |
# File 'sig/types.rbs', line 8385 def created_on @created_on end |
#default_run_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_run_properties.
8384 8385 8386 |
# File 'sig/types.rbs', line 8384 def default_run_properties @default_run_properties end |
#description ⇒ ::String
Returns the value of attribute description.
8383 8384 8385 |
# File 'sig/types.rbs', line 8383 def description @description end |
#graph ⇒ Types::WorkflowGraph
Returns the value of attribute graph.
8388 8389 8390 |
# File 'sig/types.rbs', line 8388 def graph @graph end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
8386 8387 8388 |
# File 'sig/types.rbs', line 8386 def last_modified_on @last_modified_on end |
#last_run ⇒ Types::WorkflowRun
Returns the value of attribute last_run.
8387 8388 8389 |
# File 'sig/types.rbs', line 8387 def last_run @last_run end |
#max_concurrent_runs ⇒ ::Integer
Returns the value of attribute max_concurrent_runs.
8389 8390 8391 |
# File 'sig/types.rbs', line 8389 def max_concurrent_runs @max_concurrent_runs end |
#name ⇒ ::String
Returns the value of attribute name.
8382 8383 8384 |
# File 'sig/types.rbs', line 8382 def name @name end |