Class: Aws::OpsWorksCM::Types::CreateServerResponse

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

The server that is created by the request.

Returns:



568
569
570
571
572
# File 'lib/aws-sdk-opsworkscm/types.rb', line 568

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