Class: Aws::Types::AwsApiGatewayCanarySettings
- Inherits:
-
Object
- Object
- Aws::Types::AwsApiGatewayCanarySettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#percent_traffic ⇒ ::Float
Returns the value of attribute percent_traffic.
-
#stage_variable_overrides ⇒ ::Hash[::String, ::String]
Returns the value of attribute stage_variable_overrides.
-
#use_stage_cache ⇒ Boolean
Returns the value of attribute use_stage_cache.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
399 400 401 |
# File 'sig/types.rbs', line 399 def deployment_id @deployment_id end |
#percent_traffic ⇒ ::Float
Returns the value of attribute percent_traffic.
398 399 400 |
# File 'sig/types.rbs', line 398 def percent_traffic @percent_traffic end |
#stage_variable_overrides ⇒ ::Hash[::String, ::String]
Returns the value of attribute stage_variable_overrides.
400 401 402 |
# File 'sig/types.rbs', line 400 def stage_variable_overrides @stage_variable_overrides end |
#use_stage_cache ⇒ Boolean
Returns the value of attribute use_stage_cache.
401 402 403 |
# File 'sig/types.rbs', line 401 def use_stage_cache @use_stage_cache end |