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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


1501
1502
1503
1504
1505
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1501

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