Class: Aws::Deadline::Types::CreateWorkerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateWorkerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#worker_id ⇒ String
The worker ID.
Instance Attribute Details
#worker_id ⇒ String
The worker ID.
1607 1608 1609 1610 1611 |
# File 'lib/aws-sdk-deadline/types.rb', line 1607 class CreateWorkerResponse < Struct.new( :worker_id) SENSITIVE = [] include Aws::Structure end |