Class: Aws::OpsWorksCM::Types::StartMaintenanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::StartMaintenanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine_attributes ⇒ Array<Types::EngineAttribute>
Engine attributes that are specific to the server on which you want to run maintenance.
-
#server_name ⇒ String
The name of the server on which to run maintenance.
Instance Attribute Details
#engine_attributes ⇒ Array<Types::EngineAttribute>
Engine attributes that are specific to the server on which you want to run maintenance.
**Attributes accepted in a StartMaintenance request for Chef**
-
CHEF_MAJOR_UPGRADE: If a Chef Automate server is eligible for upgrade to Chef Automate 2, add this engine attribute to aStartMaintenancerequest and set the value totrueto upgrade the server to Chef Automate 2. For more information, see [Upgrade an OpsWorks for Chef Automate Server to Chef Automate 2].
^
[1]: docs.aws.amazon.com/opsworks/latest/userguide/opscm-a2upgrade.html
1360 1361 1362 1363 1364 1365 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1360 class StartMaintenanceRequest < Struct.new( :server_name, :engine_attributes) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The name of the server on which to run maintenance.
1360 1361 1362 1363 1364 1365 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1360 class StartMaintenanceRequest < Struct.new( :server_name, :engine_attributes) SENSITIVE = [] include Aws::Structure end |