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)


6675
6676
6677
6678
6679
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6675

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