Method: Aws::Pinpoint::Types::Activity#description
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#description ⇒ String
The custom description of the activity.
1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1180 class Activity < Struct.new( :custom, :conditional_split, :description, :email, :holdout, :multi_condition, :push, :random_split, :sms, :wait, :contact_center) SENSITIVE = [] include Aws::Structure end |