Class: Aws::NimbleStudio::Types::ComputeFarmConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ComputeFarmConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#active_directory_user ⇒ String
The name of an Active Directory user that is used on ComputeFarm worker instances.
-
#endpoint ⇒ String
The endpoint of the ComputeFarm that is accessed by the studio component resource.
Instance Attribute Details
#active_directory_user ⇒ String
The name of an Active Directory user that is used on ComputeFarm worker instances.
140 141 142 143 144 145 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 140 class ComputeFarmConfiguration < Struct.new( :active_directory_user, :endpoint) SENSITIVE = [:endpoint] include Aws::Structure end |
#endpoint ⇒ String
The endpoint of the ComputeFarm that is accessed by the studio component resource.
140 141 142 143 144 145 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 140 class ComputeFarmConfiguration < Struct.new( :active_directory_user, :endpoint) SENSITIVE = [:endpoint] include Aws::Structure end |