Class: Aws::Types::CreateAdConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAdConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#media_tailor_playback_configurations ⇒ ::Array[Types::MediaTailorPlaybackConfiguration]
Returns the value of attribute media_tailor_playback_configurations.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#post_roll_configuration ⇒ Types::PostRollConfiguration
Returns the value of attribute post_roll_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
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.
188 189 190 |
# File 'sig/types.rbs', line 188 def name @name end |
#post_roll_configuration ⇒ Types::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.
191 192 193 |
# File 'sig/types.rbs', line 191 def @tags end |