Class: Aws::Types::AdConfigurationSummary

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)


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.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def name
  @name
end

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

Returns:

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


38
39
40
# File 'sig/types.rbs', line 38

def tags
  @tags
end