Class: Aws::NimbleStudio::Types::ComputeFarmConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb

Overview

The configuration for a render farm that is associated with a studio resource.

Constant Summary collapse

SENSITIVE =
[:endpoint]

Instance Attribute Summary collapse

Instance Attribute Details

#active_directory_userString

The name of an Active Directory user that is used on ComputeFarm worker instances.

Returns:

  • (String)


140
141
142
143
144
145
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 140

class ComputeFarmConfiguration < Struct.new(
  :active_directory_user,
  :endpoint)
  SENSITIVE = [:endpoint]
  include Aws::Structure
end

#endpointString

The endpoint of the ComputeFarm that is accessed by the studio component resource.

Returns:

  • (String)


140
141
142
143
144
145
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 140

class ComputeFarmConfiguration < Struct.new(
  :active_directory_user,
  :endpoint)
  SENSITIVE = [:endpoint]
  include Aws::Structure
end