Class: Aws::Pinpoint::Types::ContactCenterActivity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ContactCenterActivity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
The settings for a connect activity. This type of activity initiates a contact center call to participants.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_activity ⇒ String
The unique identifier for the next activity to perform after the this activity.
Instance Attribute Details
#next_activity ⇒ String
The unique identifier for the next activity to perform after the this activity.
2624 2625 2626 2627 2628 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2624 class ContactCenterActivity < Struct.new( :next_activity) SENSITIVE = [] include Aws::Structure end |