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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wickr/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 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 789

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