Class: Aws::Types::TrafficRoutingConfig
- Inherits:
-
Object
- Object
- Aws::Types::TrafficRoutingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#canary_size ⇒ Types::CapacitySize
Returns the value of attribute canary_size.
-
#linear_step_size ⇒ Types::CapacitySize
Returns the value of attribute linear_step_size.
-
#type ⇒ "ALL_AT_ONCE", ...
Returns the value of attribute type.
-
#wait_interval_in_seconds ⇒ ::Integer
Returns the value of attribute wait_interval_in_seconds.
Instance Attribute Details
#canary_size ⇒ Types::CapacitySize
Returns the value of attribute canary_size.
11477 11478 11479 |
# File 'sig/types.rbs', line 11477 def canary_size @canary_size end |
#linear_step_size ⇒ Types::CapacitySize
Returns the value of attribute linear_step_size.
11478 11479 11480 |
# File 'sig/types.rbs', line 11478 def linear_step_size @linear_step_size end |
#type ⇒ "ALL_AT_ONCE", ...
Returns the value of attribute type.
11475 11476 11477 |
# File 'sig/types.rbs', line 11475 def type @type end |
#wait_interval_in_seconds ⇒ ::Integer
Returns the value of attribute wait_interval_in_seconds.
11476 11477 11478 |
# File 'sig/types.rbs', line 11476 def wait_interval_in_seconds @wait_interval_in_seconds end |