Class: Aws::Types::BlueprintRun
- Inherits:
-
Object
- Object
- Aws::Types::BlueprintRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprint_name ⇒ ::String
Returns the value of attribute blueprint_name.
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#parameters ⇒ ::String
Returns the value of attribute parameters.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#rollback_error_message ⇒ ::String
Returns the value of attribute rollback_error_message.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#started_on ⇒ ::Time
Returns the value of attribute started_on.
-
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
-
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
Instance Attribute Details
#blueprint_name ⇒ ::String
Returns the value of attribute blueprint_name.
555 556 557 |
# File 'sig/types.rbs', line 555 def blueprint_name @blueprint_name end |
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
560 561 562 |
# File 'sig/types.rbs', line 560 def completed_on @completed_on end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
561 562 563 |
# File 'sig/types.rbs', line 561 def @error_message end |
#parameters ⇒ ::String
Returns the value of attribute parameters.
563 564 565 |
# File 'sig/types.rbs', line 563 def parameters @parameters end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
564 565 566 |
# File 'sig/types.rbs', line 564 def role_arn @role_arn end |
#rollback_error_message ⇒ ::String
Returns the value of attribute rollback_error_message.
562 563 564 |
# File 'sig/types.rbs', line 562 def @rollback_error_message end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
556 557 558 |
# File 'sig/types.rbs', line 556 def run_id @run_id end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
559 560 561 |
# File 'sig/types.rbs', line 559 def started_on @started_on end |
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
558 559 560 |
# File 'sig/types.rbs', line 558 def state @state end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
557 558 559 |
# File 'sig/types.rbs', line 557 def workflow_name @workflow_name end |