Class: Aws::Wickr::Types::CreateDataRetentionBotChallengeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::CreateDataRetentionBotChallengeResponse
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:challenge]
Instance Attribute Summary collapse
-
#challenge ⇒ String
The newly generated challenge password for the data retention bot.
Instance Attribute Details
#challenge ⇒ String
The newly generated challenge password for the data retention bot.
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 |