Class: Aws::Types::UpdateAdConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAdConfigurationRequest
- 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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
831 832 833 |
# File 'sig/types.rbs', line 831 def arn @arn end |
#media_tailor_playback_configurations ⇒ ::Array[Types::MediaTailorPlaybackConfiguration]
Returns the value of attribute media_tailor_playback_configurations.
833 834 835 |
# File 'sig/types.rbs', line 833 def media_tailor_playback_configurations @media_tailor_playback_configurations end |
#name ⇒ ::String
Returns the value of attribute name.
832 833 834 |
# File 'sig/types.rbs', line 832 def name @name end |
#post_roll_configuration ⇒ Types::PostRollConfiguration
Returns the value of attribute post_roll_configuration.
834 835 836 |
# File 'sig/types.rbs', line 834 def post_roll_configuration @post_roll_configuration end |