Class: Aws::Types::Campaign

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)


36
37
38
# File 'sig/types.rbs', line 36

def arn
  @arn
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def connect_instance_id
  @connect_instance_id
end

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

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def name
  @name
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def schedule
  @schedule
end

#sourceTypes::Source

Returns the value of attribute source.

Returns:



41
42
43
# File 'sig/types.rbs', line 41

def source
  @source
end

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

Returns the value of attribute tags.

Returns:

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


47
48
49
# File 'sig/types.rbs', line 47

def tags
  @tags
end

#type"MANAGED", "JOURNEY"

Returns the value of attribute type.

Returns:

  • ("MANAGED", "JOURNEY")


40
41
42
# File 'sig/types.rbs', line 40

def type
  @type
end