You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorksCM::Types::StartMaintenanceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StartMaintenanceRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  server_name: "ServerName", # required
  engine_attributes: [
    {
      name: "EngineAttributeName",
      value: "EngineAttributeValue",
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#engine_attributesArray<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 .title

^

Returns:

  • (Array<Types::EngineAttribute>)

    Engine attributes that are specific to the server on which you want to run maintenance.

#server_nameString

The name of the server on which to run maintenance.

Returns:

  • (String)

    The name of the server on which to run maintenance.