Class: Aws::Deadline::Types::AssumeQueueRoleForUserRequest

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

#farm_idString

The farm ID of the queue that the user assumes the role for.

Returns:

  • (String)


543
544
545
546
547
548
# File 'lib/aws-sdk-deadline/types.rb', line 543

class AssumeQueueRoleForUserRequest < Struct.new(
  :farm_id,
  :queue_id)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The queue ID of the queue that the user assumes the role for.

Returns:

  • (String)


543
544
545
546
547
548
# File 'lib/aws-sdk-deadline/types.rb', line 543

class AssumeQueueRoleForUserRequest < Struct.new(
  :farm_id,
  :queue_id)
  SENSITIVE = []
  include Aws::Structure
end