Class: Aws::Types::AdConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AdConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
25 26 27 |
# File 'sig/types.rbs', line 25 def arn @arn end |
#media_tailor_playback_configurations ⇒ ::Array[Types::MediaTailorPlaybackConfiguration]
Returns the value of attribute media_tailor_playback_configurations.
27 28 29 |
# File 'sig/types.rbs', line 27 def media_tailor_playback_configurations @media_tailor_playback_configurations end |
#name ⇒ ::String
Returns the value of attribute name.
26 27 28 |
# File 'sig/types.rbs', line 26 def name @name end |
#post_roll_configuration ⇒ Types::PostRollConfiguration
Returns the value of attribute post_roll_configuration.
28 29 30 |
# File 'sig/types.rbs', line 28 def post_roll_configuration @post_roll_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
29 30 31 |
# File 'sig/types.rbs', line 29 def end |