Class: Aws::Types::ShadowModeConfig
- Inherits:
-
Object
- Object
- Aws::Types::ShadowModeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#shadow_model_variants ⇒ ::Array[Types::ShadowModelVariantConfig]
Returns the value of attribute shadow_model_variants.
-
#source_model_variant_name ⇒ ::String
Returns the value of attribute source_model_variant_name.
Instance Attribute Details
#shadow_model_variants ⇒ ::Array[Types::ShadowModelVariantConfig]
Returns the value of attribute shadow_model_variants.
10876 10877 10878 |
# File 'sig/types.rbs', line 10876 def shadow_model_variants @shadow_model_variants end |
#source_model_variant_name ⇒ ::String
Returns the value of attribute source_model_variant_name.
10875 10876 10877 |
# File 'sig/types.rbs', line 10875 def source_model_variant_name @source_model_variant_name end |