Class: Aws::Types::Step
- Inherits:
-
Object
- Object
- Aws::Types::Step
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifacts_url ⇒ ::String
Returns the value of attribute artifacts_url.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#log_url ⇒ ::String
Returns the value of attribute log_url.
-
#screenshots ⇒ ::Hash[::String, ::String]
Returns the value of attribute screenshots.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
-
#test_artifacts_url ⇒ ::String
Returns the value of attribute test_artifacts_url.
-
#test_config_url ⇒ ::String
Returns the value of attribute test_config_url.
Instance Attribute Details
#artifacts_url ⇒ ::String
Returns the value of attribute artifacts_url.
630 631 632 |
# File 'sig/types.rbs', line 630 def artifacts_url @artifacts_url end |
#context ⇒ ::String
Returns the value of attribute context.
635 636 637 |
# File 'sig/types.rbs', line 635 def context @context end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
628 629 630 |
# File 'sig/types.rbs', line 628 def end_time @end_time end |
#log_url ⇒ ::String
Returns the value of attribute log_url.
629 630 631 |
# File 'sig/types.rbs', line 629 def log_url @log_url end |
#screenshots ⇒ ::Hash[::String, ::String]
Returns the value of attribute screenshots.
633 634 635 |
# File 'sig/types.rbs', line 633 def screenshots @screenshots end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
626 627 628 |
# File 'sig/types.rbs', line 626 def start_time @start_time end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
627 628 629 |
# File 'sig/types.rbs', line 627 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
634 635 636 |
# File 'sig/types.rbs', line 634 def status_reason @status_reason end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
625 626 627 |
# File 'sig/types.rbs', line 625 def step_name @step_name end |
#test_artifacts_url ⇒ ::String
Returns the value of attribute test_artifacts_url.
631 632 633 |
# File 'sig/types.rbs', line 631 def test_artifacts_url @test_artifacts_url end |
#test_config_url ⇒ ::String
Returns the value of attribute test_config_url.
632 633 634 |
# File 'sig/types.rbs', line 632 def test_config_url @test_config_url end |