Class: Aws::Types::Campaign
- Inherits:
-
Object
- Object
- Aws::Types::Campaign
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#channel_subtype_config ⇒ Types::ChannelSubtypeConfig
Returns the value of attribute channel_subtype_config.
-
#communication_limits_override ⇒ Types::CommunicationLimitsConfig
Returns the value of attribute communication_limits_override.
-
#communication_time_config ⇒ Types::CommunicationTimeConfig
Returns the value of attribute communication_time_config.
-
#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.
-
#source ⇒ Types::Source
Returns the value of attribute source.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "MANAGED", "JOURNEY"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
36 37 38 |
# File 'sig/types.rbs', line 36 def arn @arn end |
#channel_subtype_config ⇒ Types::ChannelSubtypeConfig
Returns the value of attribute channel_subtype_config.
39 40 41 |
# File 'sig/types.rbs', line 39 def channel_subtype_config @channel_subtype_config end |
#communication_limits_override ⇒ Types::CommunicationLimitsConfig
Returns the value of attribute communication_limits_override.
46 47 48 |
# File 'sig/types.rbs', line 46 def communication_limits_override @communication_limits_override end |
#communication_time_config ⇒ Types::CommunicationTimeConfig
Returns the value of attribute communication_time_config.
45 46 47 |
# File 'sig/types.rbs', line 45 def communication_time_config @communication_time_config end |
#connect_campaign_flow_arn ⇒ ::String
Returns the value of attribute connect_campaign_flow_arn.
42 43 44 |
# File 'sig/types.rbs', line 42 def connect_campaign_flow_arn @connect_campaign_flow_arn end |
#connect_instance_id ⇒ ::String
Returns the value of attribute connect_instance_id.
38 39 40 |
# File 'sig/types.rbs', line 38 def connect_instance_id @connect_instance_id end |
#entry_limits_config ⇒ Types::EntryLimitsConfig
Returns the value of attribute entry_limits_config.
44 45 46 |
# File 'sig/types.rbs', line 44 def entry_limits_config @entry_limits_config end |
#id ⇒ ::String
Returns the value of attribute id.
35 36 37 |
# File 'sig/types.rbs', line 35 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
37 38 39 |
# File 'sig/types.rbs', line 37 def name @name end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
43 44 45 |
# File 'sig/types.rbs', line 43 def schedule @schedule end |
#source ⇒ Types::Source
Returns the value of attribute source.
41 42 43 |
# File 'sig/types.rbs', line 41 def source @source end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
47 48 49 |
# File 'sig/types.rbs', line 47 def @tags end |
#type ⇒ "MANAGED", "JOURNEY"
Returns the value of attribute type.
40 41 42 |
# File 'sig/types.rbs', line 40 def type @type end |