Class: Aws::Wickr::Types::ReadReceiptConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb

Overview

Configuration for read receipts at the network level, controlling whether senders can see when their messages have been read.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The read receipt status mode for the network.

Returns:

  • (String)


2529
2530
2531
2532
2533
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2529

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