Class: Aws::Wickr::Types::CreateDataRetentionBotChallengeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wickr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:challenge]

Instance Attribute Summary collapse

Instance Attribute Details

#challengeString

The newly generated challenge password for the data retention bot.

Returns:

  • (String)


789
790
791
792
793
# File 'lib/aws-sdk-wickr/types.rb', line 789

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