Class: Aws::Types::VisualReferenceInput

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)


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.

Returns:



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.

Returns:

  • ("CHROME", "FIREFOX")


591
592
593
# File 'sig/types.rbs', line 591

def browser_type
  @browser_type
end