Class: Aws::NimbleStudio::Types::GetLaunchProfileInitializationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_profile_idString

The ID of the launch profile used to control access from the streaming session.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
1005
# File 'gems/aws-sdk-nimblestudio/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_versionsArray<String>

The launch profile protocol versions supported by the client.

Returns:

  • (Array<String>)


997
998
999
1000
1001
1002
1003
1004
1005
# File 'gems/aws-sdk-nimblestudio/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_purposeString

The launch purpose.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
1005
# File 'gems/aws-sdk-nimblestudio/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

#platformString

The platform where this Launch Profile will be used, either Windows or Linux.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
1005
# File 'gems/aws-sdk-nimblestudio/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_idString

The studio ID.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
1005
# File 'gems/aws-sdk-nimblestudio/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