Class: Aws::Types::Marketing
- Inherits:
-
Object
- Object
- Aws::Types::Marketing
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_funding_used ⇒ "Yes", "No"
Returns the value of attribute aws_funding_used.
-
#campaign_name ⇒ ::String
Returns the value of attribute campaign_name.
-
#channels ⇒ ::Array[("AWS Marketing Central" | "Content Syndication" | "Display" | "Email" | "Live Event" | "Out Of Home (OOH)" | "Print" | "Search" | "Social" | "Telemarketing" | "TV" | "Video" | "Virtual Event")]
Returns the value of attribute channels.
-
#source ⇒ "Marketing Activity", "None"
Returns the value of attribute source.
-
#use_cases ⇒ ::Array[::String]
Returns the value of attribute use_cases.
Instance Attribute Details
#aws_funding_used ⇒ "Yes", "No"
Returns the value of attribute aws_funding_used.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def aws_funding_used @aws_funding_used end |
#campaign_name ⇒ ::String
Returns the value of attribute campaign_name.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def campaign_name @campaign_name end |
#channels ⇒ ::Array[("AWS Marketing Central" | "Content Syndication" | "Display" | "Email" | "Live Event" | "Out Of Home (OOH)" | "Print" | "Search" | "Social" | "Telemarketing" | "TV" | "Video" | "Virtual Event")]
Returns the value of attribute channels.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def channels @channels end |
#source ⇒ "Marketing Activity", "None"
Returns the value of attribute source.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def source @source end |
#use_cases ⇒ ::Array[::String]
Returns the value of attribute use_cases.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def use_cases @use_cases end |