Class: Aws::Types::CampaignSummary

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)


58
59
60
# File 'sig/types.rbs', line 58

def arn
  @arn
end

#channel_subtypes::Array[("TELEPHONY" | "SMS" | "EMAIL" | "WHATSAPP")]

Returns the value of attribute channel_subtypes.

Returns:

  • (::Array[("TELEPHONY" | "SMS" | "EMAIL" | "WHATSAPP")])


61
62
63
# File 'sig/types.rbs', line 61

def channel_subtypes
  @channel_subtypes
end

#connect_campaign_flow_arn::String

Returns the value of attribute connect_campaign_flow_arn.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def connect_campaign_flow_arn
  @connect_campaign_flow_arn
end

#connect_instance_id::String

Returns the value of attribute connect_instance_id.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def connect_instance_id
  @connect_instance_id
end

#entry_limits_configTypes::EntryLimitsConfig

Returns the value of attribute entry_limits_config.



64
65
66
# File 'sig/types.rbs', line 64

def entry_limits_config
  @entry_limits_config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def name
  @name
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



63
64
65
# File 'sig/types.rbs', line 63

def schedule
  @schedule
end

#type"MANAGED", "JOURNEY"

Returns the value of attribute type.

Returns:

  • ("MANAGED", "JOURNEY")


62
63
64
# File 'sig/types.rbs', line 62

def type
  @type
end