Class: Aws::Types::DescribeCanariesLastRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCanariesLastRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#browser_type ⇒ "CHROME", "FIREFOX"
Returns the value of attribute browser_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#browser_type ⇒ "CHROME", "FIREFOX"
Returns the value of attribute browser_type.
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.
258 259 260 |
# File 'sig/types.rbs', line 258 def max_results @max_results end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
259 260 261 |
# File 'sig/types.rbs', line 259 def names @names end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
257 258 259 |
# File 'sig/types.rbs', line 257 def next_token @next_token end |