Class: Aws::Types::Marketing

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_funding_used"Yes", "No"

Returns the value of attribute aws_funding_used.

Returns:

  • ("Yes", "No")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("AWS Marketing Central" | "Content Syndication" | "Display" | "Email" | "Live Event" | "Out Of Home (OOH)" | "Print" | "Search" | "Social" | "Telemarketing" | "TV" | "Video" | "Virtual Event")])


1053
1054
1055
# File 'sig/types.rbs', line 1053

def channels
  @channels
end

#source"Marketing Activity", "None"

Returns the value of attribute source.

Returns:



1051
1052
1053
# File 'sig/types.rbs', line 1051

def source
  @source
end

#use_cases::Array[::String]

Returns the value of attribute use_cases.

Returns:

  • (::Array[::String])


1052
1053
1054
# File 'sig/types.rbs', line 1052

def use_cases
  @use_cases
end