Class: Aws::NimbleStudio::Types::GetLaunchProfileRequest

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)


1066
1067
1068
1069
1070
1071
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1066

class GetLaunchProfileRequest < Struct.new(
  :launch_profile_id,
  :studio_id)
  SENSITIVE = []
  include Aws::Structure
end

#studio_idString

The studio ID.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1066

class GetLaunchProfileRequest < Struct.new(
  :launch_profile_id,
  :studio_id)
  SENSITIVE = []
  include Aws::Structure
end