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