Class: Aws::DirectoryService::Types::CreateComputerResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CreateComputerResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Contains the results for the CreateComputer operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#computer ⇒ Types::Computer
A Computer object that represents the computer account.
Instance Attribute Details
#computer ⇒ Types::Computer
A Computer object that represents the computer account.
703 704 705 706 707 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 703 class CreateComputerResult < Struct.new( :computer) SENSITIVE = [] include Aws::Structure end |