Class: Aws::IVSRealTime::Types::UpdateStageRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the stage to be updated.

Returns:

  • (String)


2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2677

class UpdateStageRequest < Struct.new(
  :arn,
  :name,
  :auto_participant_recording_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#auto_participant_recording_configurationTypes::AutoParticipantRecordingConfiguration

Configuration object for individual participant recording, to attach to the stage. Note that this cannot be updated while recording is active.



2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2677

class UpdateStageRequest < Struct.new(
  :arn,
  :name,
  :auto_participant_recording_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the stage to be updated.

Returns:

  • (String)


2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2677

class UpdateStageRequest < Struct.new(
  :arn,
  :name,
  :auto_participant_recording_configuration)
  SENSITIVE = []
  include Aws::Structure
end