Class: Aws::Wickr::Types::GetDataRetentionBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GetDataRetentionBotRequest
- 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.
1205 1206 1207 1208 1209 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1205 class GetDataRetentionBotRequest < Struct.new( :network_id) SENSITIVE = [] include Aws::Structure end |