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)


3269
3270
3271
3272
3273
3274
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3269

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)


3269
3270
3271
3272
3273
3274
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3269

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