Class: Aws::Wickr::Types::CreateDataRetentionBotResponse

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

#messageString

A message indicating that the data retention bot was successfully provisioned.

Returns:

  • (String)


815
816
817
818
819
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 815

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