Class: Aws::Types::TrafficRoutingConfig
- Inherits:
-
Object
- Object
- Aws::Types::TrafficRoutingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#time_based_canary ⇒ Types::TimeBasedCanary
Returns the value of attribute time_based_canary.
-
#time_based_linear ⇒ Types::TimeBasedLinear
Returns the value of attribute time_based_linear.
-
#type ⇒ "TimeBasedCanary", ...
Returns the value of attribute type.
Instance Attribute Details
#time_based_canary ⇒ Types::TimeBasedCanary
Returns the value of attribute time_based_canary.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def time_based_canary @time_based_canary end |
#time_based_linear ⇒ Types::TimeBasedLinear
Returns the value of attribute time_based_linear.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def time_based_linear @time_based_linear end |
#type ⇒ "TimeBasedCanary", ...
Returns the value of attribute type.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def type @type end |