Class: Aws::Wickr::Types::NetworkSettings

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

Overview

Contains network-level configuration settings that apply to all users and security groups within a Wickr network.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_retentionBoolean

Indicates whether the data retention feature is enabled for the network. When true, messages are captured by the data retention bot for compliance and archiving purposes.

Returns:

  • (Boolean)


2286
2287
2288
2289
2290
2291
2292
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2286

class NetworkSettings < Struct.new(
  :enable_client_metrics,
  :read_receipt_config,
  :data_retention)
  SENSITIVE = []
  include Aws::Structure
end

#enable_client_metricsBoolean

Allows Wickr clients to send anonymized performance and usage metrics to the Wickr backend server for service improvement and troubleshooting.

Returns:

  • (Boolean)


2286
2287
2288
2289
2290
2291
2292
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2286

class NetworkSettings < Struct.new(
  :enable_client_metrics,
  :read_receipt_config,
  :data_retention)
  SENSITIVE = []
  include Aws::Structure
end

#read_receipt_configTypes::ReadReceiptConfig

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



2286
2287
2288
2289
2290
2291
2292
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2286

class NetworkSettings < Struct.new(
  :enable_client_metrics,
  :read_receipt_config,
  :data_retention)
  SENSITIVE = []
  include Aws::Structure
end