Class: Aws::Types::DescribeCanariesLastRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#browser_type"CHROME", "FIREFOX"

Returns the value of attribute browser_type.

Returns:

  • ("CHROME", "FIREFOX")


260
261
262
# File 'sig/types.rbs', line 260

def browser_type
  @browser_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


258
259
260
# File 'sig/types.rbs', line 258

def max_results
  @max_results
end

#names::Array[::String]

Returns the value of attribute names.

Returns:

  • (::Array[::String])


259
260
261
# File 'sig/types.rbs', line 259

def names
  @names
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def next_token
  @next_token
end