Class: Aws::IVS::Types::AdConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::AdConfigurationSummary
- 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
-
#arn ⇒ String
Ad configuration ARN.
-
#media_tailor_playback_configurations ⇒ Array<Types::MediaTailorPlaybackConfiguration>
List of integration configurations with media tailor resources.
-
#name ⇒ String
Ad configuration name.
-
#tags ⇒ Hash<String,String>
Tags attached to the resource.
Instance Attribute Details
#arn ⇒ String
Ad configuration ARN.
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_configurations ⇒ Array<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 |
#name ⇒ String
Ad configuration name. Defaults to “”.
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 |
#tags ⇒ Hash<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
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 |