Class: Aws::OpsWorksCM::Types::CreateServerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::CreateServerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server ⇒ Types::Server
The server that is created by the request.
Instance Attribute Details
#server ⇒ Types::Server
The server that is created by the request.
568 569 570 571 572 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 568 class CreateServerResponse < Struct.new( :server) SENSITIVE = [] include Aws::Structure end |