Class: Aws::Wickr::Types::GetDataRetentionBotRequest

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

#network_idString

The ID of the Wickr network containing the data retention bot.

Returns:

  • (String)


1238
1239
1240
1241
1242
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1238

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