Class: Aws::Types::CampaignSummary
- Inherits:
-
Object
- Object
- Aws::Types::CampaignSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#channel_subtypes ⇒ ::Array[("TELEPHONY" | "SMS" | "EMAIL" | "WHATSAPP")]
Returns the value of attribute channel_subtypes.
-
#connect_campaign_flow_arn ⇒ ::String
Returns the value of attribute connect_campaign_flow_arn.
-
#connect_instance_id ⇒ ::String
Returns the value of attribute connect_instance_id.
-
#entry_limits_config ⇒ Types::EntryLimitsConfig
Returns the value of attribute entry_limits_config.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
-
#type ⇒ "MANAGED", "JOURNEY"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
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.
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.
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.
60 61 62 |
# File 'sig/types.rbs', line 60 def connect_instance_id @connect_instance_id end |
#entry_limits_config ⇒ Types::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.
57 58 59 |
# File 'sig/types.rbs', line 57 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
59 60 61 |
# File 'sig/types.rbs', line 59 def name @name end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
63 64 65 |
# File 'sig/types.rbs', line 63 def schedule @schedule end |
#type ⇒ "MANAGED", "JOURNEY"
Returns the value of attribute type.
62 63 64 |
# File 'sig/types.rbs', line 62 def type @type end |