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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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

^

Returns:



1371
1372
1373
1374
1375
1376
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1371

class StartMaintenanceRequest < Struct.new(
  :server_name,
  :engine_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#server_nameString

The name of the server on which to run maintenance.

Returns:

  • (String)


1371
1372
1373
1374
1375
1376
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1371

class StartMaintenanceRequest < Struct.new(
  :server_name,
  :engine_attributes)
  SENSITIVE = []
  include Aws::Structure
end