Class: Aws::Types::AdConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::AdConfigurationSummary
- 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.
34 35 36 |
# File 'sig/types.rbs', line 34 def arn @arn end |
#media_tailor_playback_configurations ⇒ ::Array[Types::MediaTailorPlaybackConfiguration]
Returns the value of attribute media_tailor_playback_configurations.
36 37 38 |
# File 'sig/types.rbs', line 36 def media_tailor_playback_configurations @media_tailor_playback_configurations end |
#name ⇒ ::String
Returns the value of attribute name.
35 36 37 |
# File 'sig/types.rbs', line 35 def name @name end |
#post_roll_configuration ⇒ Types::PostRollConfiguration
Returns the value of attribute post_roll_configuration.
37 38 39 |
# File 'sig/types.rbs', line 37 def post_roll_configuration @post_roll_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
38 39 40 |
# File 'sig/types.rbs', line 38 def @tags end |