Class: Aws::Types::CanaryRun
- Inherits:
-
Object
- Object
- Aws::Types::CanaryRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_s3_location ⇒ ::String
Returns the value of attribute artifact_s3_location.
-
#browser_type ⇒ "CHROME", "FIREFOX"
Returns the value of attribute browser_type.
-
#dry_run_config ⇒ Types::CanaryDryRunConfigOutput
Returns the value of attribute dry_run_config.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#retry_attempt ⇒ ::Integer
Returns the value of attribute retry_attempt.
-
#scheduled_run_id ⇒ ::String
Returns the value of attribute scheduled_run_id.
-
#status ⇒ Types::CanaryRunStatus
Returns the value of attribute status.
-
#timeline ⇒ Types::CanaryRunTimeline
Returns the value of attribute timeline.
Instance Attribute Details
#artifact_s3_location ⇒ ::String
Returns the value of attribute artifact_s3_location.
123 124 125 |
# File 'sig/types.rbs', line 123 def artifact_s3_location @artifact_s3_location end |
#browser_type ⇒ "CHROME", "FIREFOX"
Returns the value of attribute browser_type.
125 126 127 |
# File 'sig/types.rbs', line 125 def browser_type @browser_type end |
#dry_run_config ⇒ Types::CanaryDryRunConfigOutput
Returns the value of attribute dry_run_config.
124 125 126 |
# File 'sig/types.rbs', line 124 def dry_run_config @dry_run_config end |
#id ⇒ ::String
Returns the value of attribute id.
117 118 119 |
# File 'sig/types.rbs', line 117 def id @id end |
#location ⇒ ::String
Returns the value of attribute location.
126 127 128 |
# File 'sig/types.rbs', line 126 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
120 121 122 |
# File 'sig/types.rbs', line 120 def name @name end |
#retry_attempt ⇒ ::Integer
Returns the value of attribute retry_attempt.
119 120 121 |
# File 'sig/types.rbs', line 119 def retry_attempt @retry_attempt end |
#scheduled_run_id ⇒ ::String
Returns the value of attribute scheduled_run_id.
118 119 120 |
# File 'sig/types.rbs', line 118 def scheduled_run_id @scheduled_run_id end |
#status ⇒ Types::CanaryRunStatus
Returns the value of attribute status.
121 122 123 |
# File 'sig/types.rbs', line 121 def status @status end |
#timeline ⇒ Types::CanaryRunTimeline
Returns the value of attribute timeline.
122 123 124 |
# File 'sig/types.rbs', line 122 def timeline @timeline end |