Class: Aws::Types::InAppMessageCampaign

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_id::String

Returns the value of attribute campaign_id.

Returns:

  • (::String)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def campaign_id
  @campaign_id
end

#daily_cap::Integer

Returns the value of attribute daily_cap.

Returns:

  • (::Integer)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def daily_cap
  @daily_cap
end

#in_app_messageTypes::InAppMessage

Returns the value of attribute in_app_message.

Returns:



1994
1995
1996
# File 'sig/types.rbs', line 1994

def in_app_message
  @in_app_message
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1995
1996
1997
# File 'sig/types.rbs', line 1995

def priority
  @priority
end

#scheduleTypes::InAppCampaignSchedule

Returns the value of attribute schedule.



1996
1997
1998
# File 'sig/types.rbs', line 1996

def schedule
  @schedule
end

#session_cap::Integer

Returns the value of attribute session_cap.

Returns:

  • (::Integer)


1997
1998
1999
# File 'sig/types.rbs', line 1997

def session_cap
  @session_cap
end

#total_cap::Integer

Returns the value of attribute total_cap.

Returns:

  • (::Integer)


1998
1999
2000
# File 'sig/types.rbs', line 1998

def total_cap
  @total_cap
end

#treatment_id::String

Returns the value of attribute treatment_id.

Returns:

  • (::String)


1999
2000
2001
# File 'sig/types.rbs', line 1999

def treatment_id
  @treatment_id
end