Class: Aws::Types::CanaryLastRun
- Inherits:
-
Object
- Object
- Aws::Types::CanaryLastRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#canary_name ⇒ ::String
Returns the value of attribute canary_name.
-
#last_run ⇒ Types::CanaryRun
Returns the value of attribute last_run.
Instance Attribute Details
#canary_name ⇒ ::String
Returns the value of attribute canary_name.
111 112 113 |
# File 'sig/types.rbs', line 111 def canary_name @canary_name end |
#last_run ⇒ Types::CanaryRun
Returns the value of attribute last_run.
112 113 114 |
# File 'sig/types.rbs', line 112 def last_run @last_run end |