Class: Aws::OpsWorksCM::Types::UpdateServerResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serverTypes::Server

Contains the response to a UpdateServer request.

Returns:



1563
1564
1565
1566
1567
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1563

class UpdateServerResponse < Struct.new(
  :server)
  SENSITIVE = []
  include Aws::Structure
end