Class: Aws::Types::CreateCampaignRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCampaignRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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
#channel_subtype_config ⇒ Types::ChannelSubtypeConfig
Returns the value of attribute channel_subtype_config.
144 145 146 |
# File 'sig/types.rbs', line 144 def channel_subtype_config @channel_subtype_config end |
#communication_limits_override ⇒ Types::CommunicationLimitsConfig
Returns the value of attribute communication_limits_override.
151 152 153 |
# File 'sig/types.rbs', line 151 def communication_limits_override @communication_limits_override end |
#communication_time_config ⇒ Types::CommunicationTimeConfig
Returns the value of attribute communication_time_config.
150 151 152 |
# File 'sig/types.rbs', line 150 def communication_time_config @communication_time_config end |
#connect_campaign_flow_arn ⇒ ::String
Returns the value of attribute connect_campaign_flow_arn.
147 148 149 |
# File 'sig/types.rbs', line 147 def connect_campaign_flow_arn @connect_campaign_flow_arn end |
#connect_instance_id ⇒ ::String
Returns the value of attribute connect_instance_id.
143 144 145 |
# File 'sig/types.rbs', line 143 def connect_instance_id @connect_instance_id end |
#entry_limits_config ⇒ Types::EntryLimitsConfig
Returns the value of attribute entry_limits_config.
149 150 151 |
# File 'sig/types.rbs', line 149 def entry_limits_config @entry_limits_config end |
#name ⇒ ::String
Returns the value of attribute name.
142 143 144 |
# File 'sig/types.rbs', line 142 def name @name end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
148 149 150 |
# File 'sig/types.rbs', line 148 def schedule @schedule end |
#source ⇒ Types::Source
Returns the value of attribute source.
146 147 148 |
# File 'sig/types.rbs', line 146 def source @source end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
152 153 154 |
# File 'sig/types.rbs', line 152 def @tags end |
#type ⇒ "MANAGED", "JOURNEY"
Returns the value of attribute type.
145 146 147 |
# File 'sig/types.rbs', line 145 def type @type end |