Class: Aws::Types::ShadowModelVariantConfig
- Inherits:
-
Object
- Object
- Aws::Types::ShadowModelVariantConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sampling_percentage ⇒ ::Integer
Returns the value of attribute sampling_percentage.
-
#shadow_model_variant_name ⇒ ::String
Returns the value of attribute shadow_model_variant_name.
Instance Attribute Details
#sampling_percentage ⇒ ::Integer
Returns the value of attribute sampling_percentage.
10882 10883 10884 |
# File 'sig/types.rbs', line 10882 def sampling_percentage @sampling_percentage end |
#shadow_model_variant_name ⇒ ::String
Returns the value of attribute shadow_model_variant_name.
10881 10882 10883 |
# File 'sig/types.rbs', line 10881 def shadow_model_variant_name @shadow_model_variant_name end |