Class: Aws::OpsWorksCM::Types::UpdateServerEngineAttributesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serverTypes::Server

Contains the response to an ‘UpdateServerEngineAttributes` request.

Returns:



1510
1511
1512
1513
1514
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1510

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