Class: Aws::Types::AdConfiguration

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)


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.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def name
  @name
end

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

Returns:

  • (::Hash[::String, ::String])


29
30
31
# File 'sig/types.rbs', line 29

def tags
  @tags
end