Class: Aws::IVSRealTime::Types::CreateEncoderConfigurationRequest

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

#nameString

Optional name to identify the resource.

Returns:

  • (String)


196
197
198
199
200
201
202
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 196

class CreateEncoderConfigurationRequest < Struct.new(
  :name,
  :tags,
  :video)
  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 Tagging AWS Resources 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>)


196
197
198
199
200
201
202
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 196

class CreateEncoderConfigurationRequest < Struct.new(
  :name,
  :tags,
  :video)
  SENSITIVE = []
  include Aws::Structure
end

#videoTypes::Video

Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps.

Returns:



196
197
198
199
200
201
202
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 196

class CreateEncoderConfigurationRequest < Struct.new(
  :name,
  :tags,
  :video)
  SENSITIVE = []
  include Aws::Structure
end