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.
559 560 561 |
# File 'sig/types.rbs', line 559 def blueprint_name @blueprint_name end |
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
564 565 566 |
# File 'sig/types.rbs', line 564 def completed_on @completed_on end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
565 566 567 |
# File 'sig/types.rbs', line 565 def @error_message end |
#parameters ⇒ ::String
Returns the value of attribute parameters.
567 568 569 |
# File 'sig/types.rbs', line 567 def parameters @parameters end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
568 569 570 |
# File 'sig/types.rbs', line 568 def role_arn @role_arn end |
#rollback_error_message ⇒ ::String
Returns the value of attribute rollback_error_message.
566 567 568 |
# File 'sig/types.rbs', line 566 def @rollback_error_message end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
560 561 562 |
# File 'sig/types.rbs', line 560 def run_id @run_id end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
563 564 565 |
# File 'sig/types.rbs', line 563 def started_on @started_on end |
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
562 563 564 |
# File 'sig/types.rbs', line 562 def state @state end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
561 562 563 |
# File 'sig/types.rbs', line 561 def workflow_name @workflow_name end |