Class: Aws::OpsWorksCM::Types::UpdateServerEngineAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::UpdateServerEngineAttributesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server ⇒ Types::Server
Contains the response to an ‘UpdateServerEngineAttributes` request.
Instance Attribute Details
#server ⇒ Types::Server
Contains the response to an ‘UpdateServerEngineAttributes` request.
1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1510 class UpdateServerEngineAttributesResponse < Struct.new( :server) SENSITIVE = [] include Aws::Structure end |