Class: Aws::NimbleStudio::Types::UpdateLaunchProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

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)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3722

class UpdateLaunchProfileRequest < Struct.new(
  :client_token,
  :description,
  :launch_profile_id,
  :launch_profile_protocol_versions,
  :name,
  :stream_configuration,
  :studio_component_ids,
  :studio_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description.

Returns:

  • (String)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3722

class UpdateLaunchProfileRequest < Struct.new(
  :client_token,
  :description,
  :launch_profile_id,
  :launch_profile_protocol_versions,
  :name,
  :stream_configuration,
  :studio_component_ids,
  :studio_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#launch_profile_idString

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

Returns:

  • (String)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3722

class UpdateLaunchProfileRequest < Struct.new(
  :client_token,
  :description,
  :launch_profile_id,
  :launch_profile_protocol_versions,
  :name,
  :stream_configuration,
  :studio_component_ids,
  :studio_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#launch_profile_protocol_versionsArray<String>

The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

Returns:

  • (Array<String>)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3722

class UpdateLaunchProfileRequest < Struct.new(
  :client_token,
  :description,
  :launch_profile_id,
  :launch_profile_protocol_versions,
  :name,
  :stream_configuration,
  :studio_component_ids,
  :studio_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name for the launch profile.

Returns:

  • (String)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3722

class UpdateLaunchProfileRequest < Struct.new(
  :client_token,
  :description,
  :launch_profile_id,
  :launch_profile_protocol_versions,
  :name,
  :stream_configuration,
  :studio_component_ids,
  :studio_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#stream_configurationTypes::StreamConfigurationCreate

A configuration for a streaming session.



3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3722

class UpdateLaunchProfileRequest < Struct.new(
  :client_token,
  :description,
  :launch_profile_id,
  :launch_profile_protocol_versions,
  :name,
  :stream_configuration,
  :studio_component_ids,
  :studio_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#studio_component_idsArray<String>

Unique identifiers for a collection of studio components that can be used with this launch profile.

Returns:

  • (Array<String>)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3722

class UpdateLaunchProfileRequest < Struct.new(
  :client_token,
  :description,
  :launch_profile_id,
  :launch_profile_protocol_versions,
  :name,
  :stream_configuration,
  :studio_component_ids,
  :studio_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#studio_idString

The studio ID.

Returns:

  • (String)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3722

class UpdateLaunchProfileRequest < Struct.new(
  :client_token,
  :description,
  :launch_profile_id,
  :launch_profile_protocol_versions,
  :name,
  :stream_configuration,
  :studio_component_ids,
  :studio_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end