Class: Aws::IVS::Types::AdConfiguration

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

Overview

Object specifying a configuration for a server-side advertising insertion (which can be triggered with the operation).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Ad configuration ARN.

Returns:

  • (String)


87
88
89
90
91
92
93
94
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 87

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

#media_tailor_playback_configurationsArray<Types::MediaTailorPlaybackConfiguration>

List of integration configurations with media tailor resources.



87
88
89
90
91
92
93
94
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 87

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

#nameString

Ad configuration name. Defaults to “”.

Returns:

  • (String)


87
88
89
90
91
92
93
94
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 87

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

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


87
88
89
90
91
92
93
94
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 87

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