Class: Aws::Types::UpdateAdConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def name
  @name
end

#post_roll_configurationTypes::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