Class: Aws::Types::VisualReferenceOutput
- Inherits:
-
Object
- Object
- Aws::Types::VisualReferenceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_canary_run_id ⇒ ::String
Returns the value of attribute base_canary_run_id.
-
#base_screenshots ⇒ ::Array[Types::BaseScreenshot]
Returns the value of attribute base_screenshots.
-
#browser_type ⇒ "CHROME", "FIREFOX"
Returns the value of attribute browser_type.
Instance Attribute Details
#base_canary_run_id ⇒ ::String
Returns the value of attribute base_canary_run_id.
597 598 599 |
# File 'sig/types.rbs', line 597 def base_canary_run_id @base_canary_run_id end |
#base_screenshots ⇒ ::Array[Types::BaseScreenshot]
Returns the value of attribute base_screenshots.
596 597 598 |
# File 'sig/types.rbs', line 596 def base_screenshots @base_screenshots end |
#browser_type ⇒ "CHROME", "FIREFOX"
Returns the value of attribute browser_type.
598 599 600 |
# File 'sig/types.rbs', line 598 def browser_type @browser_type end |