Class: Aws::Types::Activity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conditional_splitTypes::ConditionalSplitActivity

Returns the value of attribute conditional_split.



205
206
207
# File 'sig/types.rbs', line 205

def conditional_split
  @conditional_split
end

#contact_centerTypes::ContactCenterActivity

Returns the value of attribute contact_center.



214
215
216
# File 'sig/types.rbs', line 214

def contact_center
  @contact_center
end

#customTypes::CustomMessageActivity

Returns the value of attribute custom.



204
205
206
# File 'sig/types.rbs', line 204

def custom
  @custom
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def description
  @description
end

#emailTypes::EmailMessageActivity

Returns the value of attribute email.



207
208
209
# File 'sig/types.rbs', line 207

def email
  @email
end

#holdoutTypes::HoldoutActivity

Returns the value of attribute holdout.



208
209
210
# File 'sig/types.rbs', line 208

def holdout
  @holdout
end

#multi_conditionTypes::MultiConditionalSplitActivity

Returns the value of attribute multi_condition.



209
210
211
# File 'sig/types.rbs', line 209

def multi_condition
  @multi_condition
end

#pushTypes::PushMessageActivity

Returns the value of attribute push.



210
211
212
# File 'sig/types.rbs', line 210

def push
  @push
end

#random_splitTypes::RandomSplitActivity

Returns the value of attribute random_split.



211
212
213
# File 'sig/types.rbs', line 211

def random_split
  @random_split
end

#smsTypes::SMSMessageActivity

Returns the value of attribute sms.



212
213
214
# File 'sig/types.rbs', line 212

def sms
  @sms
end

#waitTypes::WaitActivity

Returns the value of attribute wait.

Returns:



213
214
215
# File 'sig/types.rbs', line 213

def wait
  @wait
end