Class: Aws::IVSRealTime::Types::CreateStageRequest

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

#auto_participant_recording_configurationTypes::AutoParticipantRecordingConfiguration

Configuration object for individual participant recording, to attach to the new stage.



400
401
402
403
404
405
406
407
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 400

class CreateStageRequest < Struct.new(
  :name,
  :participant_token_configurations,
  :tags,
  :auto_participant_recording_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Optional name that can be specified for the stage being created.

Returns:

  • (String)


400
401
402
403
404
405
406
407
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 400

class CreateStageRequest < Struct.new(
  :name,
  :participant_token_configurations,
  :tags,
  :auto_participant_recording_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#participant_token_configurationsArray<Types::ParticipantTokenConfiguration>

Array of participant token configuration objects to attach to the new stage.



400
401
402
403
404
405
406
407
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 400

class CreateStageRequest < Struct.new(
  :name,
  :participant_token_configurations,
  :tags,
  :auto_participant_recording_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.

Returns:

  • (Hash<String,String>)


400
401
402
403
404
405
406
407
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 400

class CreateStageRequest < Struct.new(
  :name,
  :participant_token_configurations,
  :tags,
  :auto_participant_recording_configuration)
  SENSITIVE = []
  include Aws::Structure
end