Class: Aws::Wickr::Types::UpdateDataRetentionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::UpdateDataRetentionRequest
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_type ⇒ String
The action to perform.
-
#network_id ⇒ String
The ID of the Wickr network containing the data retention bot.
Instance Attribute Details
#action_type ⇒ String
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).
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_id ⇒ String
The ID of the Wickr network containing the data retention bot.
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 |