Class: Aws::Types::SolutionUpdateConfig
- Inherits:
-
Object
- Object
- Aws::Types::SolutionUpdateConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_training_config ⇒ Types::AutoTrainingConfig
Returns the value of attribute auto_training_config.
-
#events_config ⇒ Types::EventsConfig
Returns the value of attribute events_config.
Instance Attribute Details
#auto_training_config ⇒ Types::AutoTrainingConfig
Returns the value of attribute auto_training_config.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def auto_training_config @auto_training_config end |
#events_config ⇒ Types::EventsConfig
Returns the value of attribute events_config.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def events_config @events_config end |