Class: Aws::Deadline::Types::CreateWorkerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#worker_idString

The worker ID.

Returns:

  • (String)


1558
1559
1560
1561
1562
# File 'lib/aws-sdk-deadline/types.rb', line 1558

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