Class: Aws::IVSRealTime::Types::EncoderConfigurationSummary

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

Overview

Summary information about an EncoderConfiguration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the EncoderConfiguration resource.

Returns:

  • (String)


764
765
766
767
768
769
770
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 764

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

#nameString

Optional name to identify the resource.

Returns:

  • (String)


764
765
766
767
768
769
770
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 764

class EncoderConfigurationSummary < Struct.new(
  :arn,
  :name,
  :tags)
  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.

[1]: docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html

Returns:

  • (Hash<String,String>)


764
765
766
767
768
769
770
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 764

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