Module: Aws::NimbleStudio::Types
- Defined in:
- gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb
Defined Under Namespace
Classes: AcceptEulasRequest, AcceptEulasResponse, AccessDeniedException, ActiveDirectoryComputerAttribute, ActiveDirectoryConfiguration, ComputeFarmConfiguration, ConflictException, CreateLaunchProfileRequest, CreateLaunchProfileResponse, CreateStreamingImageRequest, CreateStreamingImageResponse, CreateStreamingSessionRequest, CreateStreamingSessionResponse, CreateStreamingSessionStreamRequest, CreateStreamingSessionStreamResponse, CreateStudioComponentRequest, CreateStudioComponentResponse, CreateStudioRequest, CreateStudioResponse, DeleteLaunchProfileMemberRequest, DeleteLaunchProfileMemberResponse, DeleteLaunchProfileRequest, DeleteLaunchProfileResponse, DeleteStreamingImageRequest, DeleteStreamingImageResponse, DeleteStreamingSessionRequest, DeleteStreamingSessionResponse, DeleteStudioComponentRequest, DeleteStudioComponentResponse, DeleteStudioMemberRequest, DeleteStudioMemberResponse, DeleteStudioRequest, DeleteStudioResponse, Eula, EulaAcceptance, GetEulaRequest, GetEulaResponse, GetLaunchProfileDetailsRequest, GetLaunchProfileDetailsResponse, GetLaunchProfileInitializationRequest, GetLaunchProfileInitializationResponse, GetLaunchProfileMemberRequest, GetLaunchProfileMemberResponse, GetLaunchProfileRequest, GetLaunchProfileResponse, GetStreamingImageRequest, GetStreamingImageResponse, GetStreamingSessionRequest, GetStreamingSessionResponse, GetStreamingSessionStreamRequest, GetStreamingSessionStreamResponse, GetStudioComponentRequest, GetStudioComponentResponse, GetStudioMemberRequest, GetStudioMemberResponse, GetStudioRequest, GetStudioResponse, InternalServerErrorException, LaunchProfile, LaunchProfileInitialization, LaunchProfileInitializationActiveDirectory, LaunchProfileInitializationScript, LaunchProfileMembership, LicenseServiceConfiguration, ListEulaAcceptancesRequest, ListEulaAcceptancesResponse, ListEulasRequest, ListEulasResponse, ListLaunchProfileMembersRequest, ListLaunchProfileMembersResponse, ListLaunchProfilesRequest, ListLaunchProfilesResponse, ListStreamingImagesRequest, ListStreamingImagesResponse, ListStreamingSessionsRequest, ListStreamingSessionsResponse, ListStudioComponentsRequest, ListStudioComponentsResponse, ListStudioMembersRequest, ListStudioMembersResponse, ListStudiosRequest, ListStudiosResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, NewLaunchProfileMember, NewStudioMember, PutLaunchProfileMembersRequest, PutLaunchProfileMembersResponse, PutStudioMembersRequest, PutStudioMembersResponse, ResourceNotFoundException, ScriptParameterKeyValue, ServiceQuotaExceededException, SharedFileSystemConfiguration, StartStreamingSessionRequest, StartStreamingSessionResponse, StartStudioSSOConfigurationRepairRequest, StartStudioSSOConfigurationRepairResponse, StopStreamingSessionRequest, StopStreamingSessionResponse, StreamConfiguration, StreamConfigurationCreate, StreamConfigurationSessionStorage, StreamingImage, StreamingImageEncryptionConfiguration, StreamingSession, StreamingSessionStorageRoot, StreamingSessionStream, Studio, StudioComponent, StudioComponentConfiguration, StudioComponentInitializationScript, StudioComponentSummary, StudioEncryptionConfiguration, StudioMembership, TagResourceRequest, TagResourceResponse, ThrottlingException, UntagResourceRequest, UntagResourceResponse, UpdateLaunchProfileMemberRequest, UpdateLaunchProfileMemberResponse, UpdateLaunchProfileRequest, UpdateLaunchProfileResponse, UpdateStreamingImageRequest, UpdateStreamingImageResponse, UpdateStudioComponentRequest, UpdateStudioComponentResponse, UpdateStudioRequest, UpdateStudioResponse, ValidationException, ValidationResult
Instance Attribute Summary collapse
-
#active_directory_configuration ⇒ Types::ActiveDirectoryConfiguration
The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.
-
#compute_farm_configuration ⇒ Types::ComputeFarmConfiguration
The configuration for a render farm that is associated with a studio resource.
-
#license_service_configuration ⇒ Types::LicenseServiceConfiguration
The configuration for a license service that is associated with a studio resource.
-
#shared_file_system_configuration ⇒ Types::SharedFileSystemConfiguration
The configuration for a shared file storage system that is associated with a studio resource.
Instance Attribute Details
#active_directory_configuration ⇒ Types::ActiveDirectoryConfiguration
The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.
3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3587 class StudioComponentConfiguration < Struct.new( :active_directory_configuration, :compute_farm_configuration, :license_service_configuration, :shared_file_system_configuration, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class ActiveDirectoryConfiguration < StudioComponentConfiguration; end class ComputeFarmConfiguration < StudioComponentConfiguration; end class LicenseServiceConfiguration < StudioComponentConfiguration; end class SharedFileSystemConfiguration < StudioComponentConfiguration; end class Unknown < StudioComponentConfiguration; end end |
#compute_farm_configuration ⇒ Types::ComputeFarmConfiguration
The configuration for a render farm that is associated with a studio resource.
3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3587 class StudioComponentConfiguration < Struct.new( :active_directory_configuration, :compute_farm_configuration, :license_service_configuration, :shared_file_system_configuration, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class ActiveDirectoryConfiguration < StudioComponentConfiguration; end class ComputeFarmConfiguration < StudioComponentConfiguration; end class LicenseServiceConfiguration < StudioComponentConfiguration; end class SharedFileSystemConfiguration < StudioComponentConfiguration; end class Unknown < StudioComponentConfiguration; end end |
#license_service_configuration ⇒ Types::LicenseServiceConfiguration
The configuration for a license service that is associated with a studio resource.
3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3587 class StudioComponentConfiguration < Struct.new( :active_directory_configuration, :compute_farm_configuration, :license_service_configuration, :shared_file_system_configuration, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class ActiveDirectoryConfiguration < StudioComponentConfiguration; end class ComputeFarmConfiguration < StudioComponentConfiguration; end class LicenseServiceConfiguration < StudioComponentConfiguration; end class SharedFileSystemConfiguration < StudioComponentConfiguration; end class Unknown < StudioComponentConfiguration; end end |
#shared_file_system_configuration ⇒ Types::SharedFileSystemConfiguration
The configuration for a shared file storage system that is associated with a studio resource.
3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3587 class StudioComponentConfiguration < Struct.new( :active_directory_configuration, :compute_farm_configuration, :license_service_configuration, :shared_file_system_configuration, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class ActiveDirectoryConfiguration < StudioComponentConfiguration; end class ComputeFarmConfiguration < StudioComponentConfiguration; end class LicenseServiceConfiguration < StudioComponentConfiguration; end class SharedFileSystemConfiguration < StudioComponentConfiguration; end class Unknown < StudioComponentConfiguration; end end |