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.
1563 1564 1565 1566 1567 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1563 class UpdateServerResponse < Struct.new( :server) SENSITIVE = [] include Aws::Structure end |