Class: Aws::Types::TimeBasedCanary
- Inherits:
-
Object
- Object
- Aws::Types::TimeBasedCanary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#canary_interval ⇒ ::Integer
Returns the value of attribute canary_interval.
-
#canary_percentage ⇒ ::Integer
Returns the value of attribute canary_percentage.
Instance Attribute Details
#canary_interval ⇒ ::Integer
Returns the value of attribute canary_interval.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def canary_interval @canary_interval end |
#canary_percentage ⇒ ::Integer
Returns the value of attribute canary_percentage.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def canary_percentage @canary_percentage end |