Class: Aws::NimbleStudio::Types::GetLaunchProfileInitializationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::GetLaunchProfileInitializationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_profile_id ⇒ String
The ID of the launch profile used to control access from the streaming session.
-
#launch_profile_protocol_versions ⇒ Array<String>
The launch profile protocol versions supported by the client.
-
#launch_purpose ⇒ String
The launch purpose.
-
#platform ⇒ String
The platform where this Launch Profile will be used, either Windows or Linux.
-
#studio_id ⇒ String
The studio ID.
Instance Attribute Details
#launch_profile_id ⇒ String
The ID of the launch profile used to control access from the streaming session.
997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 997 class GetLaunchProfileInitializationRequest < Struct.new( :launch_profile_id, :launch_profile_protocol_versions, :launch_purpose, :platform, :studio_id) SENSITIVE = [] include Aws::Structure end |
#launch_profile_protocol_versions ⇒ Array<String>
The launch profile protocol versions supported by the client.
997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 997 class GetLaunchProfileInitializationRequest < Struct.new( :launch_profile_id, :launch_profile_protocol_versions, :launch_purpose, :platform, :studio_id) SENSITIVE = [] include Aws::Structure end |
#launch_purpose ⇒ String
The launch purpose.
997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 997 class GetLaunchProfileInitializationRequest < Struct.new( :launch_profile_id, :launch_profile_protocol_versions, :launch_purpose, :platform, :studio_id) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The platform where this Launch Profile will be used, either Windows or Linux.
997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 997 class GetLaunchProfileInitializationRequest < Struct.new( :launch_profile_id, :launch_profile_protocol_versions, :launch_purpose, :platform, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 997 class GetLaunchProfileInitializationRequest < Struct.new( :launch_profile_id, :launch_profile_protocol_versions, :launch_purpose, :platform, :studio_id) SENSITIVE = [] include Aws::Structure end |