Class: Aws::Types::CanaryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CanaryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#canary_bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute canary_bake_time_in_minutes.
-
#canary_percent ⇒ ::Float
Returns the value of attribute canary_percent.
Instance Attribute Details
#canary_bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute canary_bake_time_in_minutes.
103 104 105 |
# File 'sig/types.rbs', line 103 def canary_bake_time_in_minutes @canary_bake_time_in_minutes end |
#canary_percent ⇒ ::Float
Returns the value of attribute canary_percent.
102 103 104 |
# File 'sig/types.rbs', line 102 def canary_percent @canary_percent end |