Class: Aws::Types::CreateAdConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#media_tailor_playback_configurations::Array[Types::MediaTailorPlaybackConfiguration]

Returns the value of attribute media_tailor_playback_configurations.



189
190
191
# File 'sig/types.rbs', line 189

def media_tailor_playback_configurations
  @media_tailor_playback_configurations
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def name
  @name
end

#post_roll_configurationTypes::PostRollConfiguration

Returns the value of attribute post_roll_configuration.



190
191
192
# File 'sig/types.rbs', line 190

def post_roll_configuration
  @post_roll_configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


191
192
193
# File 'sig/types.rbs', line 191

def tags
  @tags
end