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.
11393 11394 11395 |
# File 'sig/types.rbs', line 11393 def canary_size @canary_size end |
#linear_step_size ⇒ Types::CapacitySize
Returns the value of attribute linear_step_size.
11394 11395 11396 |
# File 'sig/types.rbs', line 11394 def linear_step_size @linear_step_size end |
#type ⇒ "ALL_AT_ONCE", ...
Returns the value of attribute type.
11391 11392 11393 |
# File 'sig/types.rbs', line 11391 def type @type end |
#wait_interval_in_seconds ⇒ ::Integer
Returns the value of attribute wait_interval_in_seconds.
11392 11393 11394 |
# File 'sig/types.rbs', line 11392 def wait_interval_in_seconds @wait_interval_in_seconds end |