Class: Aws::Wickr::Types::CreateDataRetentionBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::CreateDataRetentionBotRequest
- 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 where the data retention bot will be created.
Instance Attribute Details
#network_id ⇒ String
The ID of the Wickr network where the data retention bot will be created.
802 803 804 805 806 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 802 class CreateDataRetentionBotRequest < Struct.new( :network_id) SENSITIVE = [] include Aws::Structure end |