Class: Aws::OpsWorksCM::Types::StartMaintenanceResponse

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

#serverTypes::Server

Contains the response to a StartMaintenance request.

Returns:



1384
1385
1386
1387
1388
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1384

class StartMaintenanceResponse < Struct.new(
  :server)
  SENSITIVE = []
  include Aws::Structure
end