Class: Aws::IVS::Types::AdConfigurationSummary

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

Overview

Summary information about an ad configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Ad configuration ARN.

Returns:

  • (String)


125
126
127
128
129
130
131
132
# File 'lib/aws-sdk-ivs/types.rb', line 125

class AdConfigurationSummary < 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.



125
126
127
128
129
130
131
132
# File 'lib/aws-sdk-ivs/types.rb', line 125

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

#nameString

Ad configuration name. Defaults to “”.

Returns:

  • (String)


125
126
127
128
129
130
131
132
# File 'lib/aws-sdk-ivs/types.rb', line 125

class AdConfigurationSummary < 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.

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

Returns:

  • (Hash<String,String>)


125
126
127
128
129
130
131
132
# File 'lib/aws-sdk-ivs/types.rb', line 125

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