Method: Aws::Pinpoint::Types::AddressConfiguration#title_override
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#title_override ⇒ String
The message title to use instead of the default message title. This value overrides the default message title.
1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1332 class AddressConfiguration < Struct.new( :body_override, :channel_type, :context, :raw_content, :substitutions, :title_override) SENSITIVE = [] include Aws::Structure end |