Class: Aws::NimbleStudio::Types::GetLaunchProfileMemberRequest

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)


1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1035

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

#principal_idString

The principal ID. This currently supports a IAM Identity Center UserId.

Returns:

  • (String)


1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1035

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

#studio_idString

The studio ID.

Returns:

  • (String)


1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1035

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