Class: Aws::NimbleStudio::Types::UpdateLaunchProfileMemberRequest

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

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


3657
3658
3659
3660
3661
3662
3663
3664
3665
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3657

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

#launch_profile_idString

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

Returns:

  • (String)


3657
3658
3659
3660
3661
3662
3663
3664
3665
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3657

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

#personaString

The persona.

Returns:

  • (String)


3657
3658
3659
3660
3661
3662
3663
3664
3665
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3657

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

#principal_idString

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

Returns:

  • (String)


3657
3658
3659
3660
3661
3662
3663
3664
3665
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3657

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

#studio_idString

The studio ID.

Returns:

  • (String)


3657
3658
3659
3660
3661
3662
3663
3664
3665
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3657

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