Class: Aws::Wickr::Types::UpdateDataRetentionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

The action to perform. Valid values are 'ENABLE' (to enable the data retention service), 'DISABLE' (to disable the service), or 'PUBKEY_MSG_ACK' (to acknowledge the public key message).

Returns:

  • (String)


3390
3391
3392
3393
3394
3395
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3390

class UpdateDataRetentionRequest < Struct.new(
  :network_id,
  :action_type)
  SENSITIVE = []
  include Aws::Structure
end

#network_idString

The ID of the Wickr network containing the data retention bot.

Returns:

  • (String)


3390
3391
3392
3393
3394
3395
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3390

class UpdateDataRetentionRequest < Struct.new(
  :network_id,
  :action_type)
  SENSITIVE = []
  include Aws::Structure
end