Class: Aws::OpsWorksCM::Types::StartMaintenanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::StartMaintenanceResponse
- Defined in:
- gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server ⇒ Types::Server
Contains the response to a
StartMaintenance
request.
Instance Attribute Details
#server ⇒ Types::Server
Contains the response to a StartMaintenance
request.
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 |