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:



1499
1500
1501
1502
1503
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1499

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