Class: Aws::OpsWorksCM::Types::UpdateServerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::UpdateServerResponse
- 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 a ‘UpdateServer` request.
Instance Attribute Details
#server ⇒ Types::Server
Contains the response to a ‘UpdateServer` request.
1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1552 class UpdateServerResponse < Struct.new( :server) SENSITIVE = [] include Aws::Structure end |