Class: Aws::Wickr::Types::CreateDataRetentionBotChallengeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::CreateDataRetentionBotChallengeRequest
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_id ⇒ String
The ID of the Wickr network containing the data retention bot.
Instance Attribute Details
#network_id ⇒ String
The ID of the Wickr network containing the data retention bot.
777 778 779 780 781 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 777 class CreateDataRetentionBotChallengeRequest < Struct.new( :network_id) SENSITIVE = [] include Aws::Structure end |