Class: Aws::Types::Activity
- Inherits:
-
Object
- Object
- Aws::Types::Activity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditional_split ⇒ Types::ConditionalSplitActivity
Returns the value of attribute conditional_split.
-
#contact_center ⇒ Types::ContactCenterActivity
Returns the value of attribute contact_center.
-
#custom ⇒ Types::CustomMessageActivity
Returns the value of attribute custom.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#email ⇒ Types::EmailMessageActivity
Returns the value of attribute email.
-
#holdout ⇒ Types::HoldoutActivity
Returns the value of attribute holdout.
-
#multi_condition ⇒ Types::MultiConditionalSplitActivity
Returns the value of attribute multi_condition.
-
#push ⇒ Types::PushMessageActivity
Returns the value of attribute push.
-
#random_split ⇒ Types::RandomSplitActivity
Returns the value of attribute random_split.
-
#sms ⇒ Types::SMSMessageActivity
Returns the value of attribute sms.
-
#wait ⇒ Types::WaitActivity
Returns the value of attribute wait.
Instance Attribute Details
#conditional_split ⇒ Types::ConditionalSplitActivity
Returns the value of attribute conditional_split.
205 206 207 |
# File 'sig/types.rbs', line 205 def conditional_split @conditional_split end |
#contact_center ⇒ Types::ContactCenterActivity
Returns the value of attribute contact_center.
214 215 216 |
# File 'sig/types.rbs', line 214 def contact_center @contact_center end |
#custom ⇒ Types::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.
206 207 208 |
# File 'sig/types.rbs', line 206 def description @description end |
#email ⇒ Types::EmailMessageActivity
Returns the value of attribute email.
207 208 209 |
# File 'sig/types.rbs', line 207 def email @email end |
#holdout ⇒ Types::HoldoutActivity
Returns the value of attribute holdout.
208 209 210 |
# File 'sig/types.rbs', line 208 def holdout @holdout end |
#multi_condition ⇒ Types::MultiConditionalSplitActivity
Returns the value of attribute multi_condition.
209 210 211 |
# File 'sig/types.rbs', line 209 def multi_condition @multi_condition end |
#push ⇒ Types::PushMessageActivity
Returns the value of attribute push.
210 211 212 |
# File 'sig/types.rbs', line 210 def push @push end |
#random_split ⇒ Types::RandomSplitActivity
Returns the value of attribute random_split.
211 212 213 |
# File 'sig/types.rbs', line 211 def random_split @random_split end |
#sms ⇒ Types::SMSMessageActivity
Returns the value of attribute sms.
212 213 214 |
# File 'sig/types.rbs', line 212 def sms @sms end |
#wait ⇒ Types::WaitActivity
Returns the value of attribute wait.
213 214 215 |
# File 'sig/types.rbs', line 213 def wait @wait end |