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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/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 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6542

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