Class: Aws::Types::SolutionUpdateSummary
- Inherits:
-
Object
- Object
- Aws::Types::SolutionUpdateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#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_update_config ⇒ Types::SolutionUpdateConfig
Returns the value of attribute solution_update_config.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def creation_date_time @creation_date_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def failure_reason @failure_reason end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def last_updated_date_time @last_updated_date_time end |
#perform_auto_training ⇒ Boolean
Returns the value of attribute perform_auto_training.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def perform_auto_training @perform_auto_training end |
#perform_incremental_update ⇒ Boolean
Returns the value of attribute perform_incremental_update.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def perform_incremental_update @perform_incremental_update end |
#solution_update_config ⇒ Types::SolutionUpdateConfig
Returns the value of attribute solution_update_config.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def solution_update_config @solution_update_config end |
#status ⇒ ::String
Returns the value of attribute status.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def status @status end |