Class: Aws::Types::CreateCampaignRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_subtype_configTypes::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_overrideTypes::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_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def connect_instance_id
  @connect_instance_id
end

#entry_limits_configTypes::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.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def name
  @name
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def schedule
  @schedule
end

#sourceTypes::Source

Returns the value of attribute source.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def source
  @source
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


152
153
154
# File 'sig/types.rbs', line 152

def tags
  @tags
end

#type"MANAGED", "JOURNEY"

Returns the value of attribute type.

Returns:

  • ("MANAGED", "JOURNEY")


145
146
147
# File 'sig/types.rbs', line 145

def type
  @type
end