Class: Aws::Deadline::Types::CreateWorkerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateWorkerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#worker_id ⇒ String
The worker ID.
Instance Attribute Details
#worker_id ⇒ String
The worker ID.
3381 3382 3383 3384 3385 |
# File 'lib/aws-sdk-deadline/types.rb', line 3381 class CreateWorkerResponse < Struct.new( :worker_id) SENSITIVE = [] include Aws::Structure end |