Class: Aws::PinpointSMSVoiceV2::Types::RcsTextMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

A plain text RCS message body.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The text body of the RCS message. Maximum 3072 characters.

Returns:

  • (String)


6542
6543
6544
6545
6546
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6542

class RcsTextMessage < Struct.new(
  :body)
  SENSITIVE = []
  include Aws::Structure
end