Class: Aws::Wickr::Types::DeleteDataRetentionBotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 from which the data retention bot will be deleted.

Returns:

  • (String)


957
958
959
960
961
# File 'lib/aws-sdk-wickr/types.rb', line 957

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