Class: Aws::Types::VisualReferenceInput
- Inherits:
-
Object
- Object
- Aws::Types::VisualReferenceInput
- 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.
590 591 592 |
# File 'sig/types.rbs', line 590 def base_canary_run_id @base_canary_run_id end |
#base_screenshots ⇒ ::Array[Types::BaseScreenshot]
Returns the value of attribute base_screenshots.
589 590 591 |
# File 'sig/types.rbs', line 589 def base_screenshots @base_screenshots end |
#browser_type ⇒ "CHROME", "FIREFOX"
Returns the value of attribute browser_type.
591 592 593 |
# File 'sig/types.rbs', line 591 def browser_type @browser_type end |