Class: Aws::Types::VisualReferenceOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_canary_run_id::String

Returns the value of attribute base_canary_run_id.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • ("CHROME", "FIREFOX")


598
599
600
# File 'sig/types.rbs', line 598

def browser_type
  @browser_type
end