Class: Aws::Types::UpdateSolutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSolutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#perform_auto_training ⇒ Boolean
Returns the value of attribute perform_auto_training.
-
#perform_incremental_update ⇒ Boolean
Returns the value of attribute perform_incremental_update.
-
#solution_arn ⇒ ::String
Returns the value of attribute solution_arn.
-
#solution_update_config ⇒ Types::SolutionUpdateConfig
Returns the value of attribute solution_update_config.
Instance Attribute Details
#perform_auto_training ⇒ Boolean
Returns the value of attribute perform_auto_training.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def perform_auto_training @perform_auto_training end |
#perform_incremental_update ⇒ Boolean
Returns the value of attribute perform_incremental_update.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def perform_incremental_update @perform_incremental_update end |
#solution_arn ⇒ ::String
Returns the value of attribute solution_arn.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def solution_arn @solution_arn end |
#solution_update_config ⇒ Types::SolutionUpdateConfig
Returns the value of attribute solution_update_config.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def solution_update_config @solution_update_config end |