Class: Aws::Wickr::Types::GetDataRetentionBotResponse

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

#bot_existsBoolean

Indicates whether a data retention bot exists in the network.

Returns:

  • (Boolean)


1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1240

class GetDataRetentionBotResponse < Struct.new(
  :bot_name,
  :bot_exists,
  :is_bot_active,
  :is_data_retention_bot_registered,
  :is_data_retention_service_enabled,
  :is_pubkey_msg_acked)
  SENSITIVE = []
  include Aws::Structure
end

#bot_nameString

The name of the data retention bot.

Returns:

  • (String)


1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1240

class GetDataRetentionBotResponse < Struct.new(
  :bot_name,
  :bot_exists,
  :is_bot_active,
  :is_data_retention_bot_registered,
  :is_data_retention_service_enabled,
  :is_pubkey_msg_acked)
  SENSITIVE = []
  include Aws::Structure
end

#is_bot_activeBoolean

Indicates whether the data retention bot is active and operational.

Returns:

  • (Boolean)


1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1240

class GetDataRetentionBotResponse < Struct.new(
  :bot_name,
  :bot_exists,
  :is_bot_active,
  :is_data_retention_bot_registered,
  :is_data_retention_service_enabled,
  :is_pubkey_msg_acked)
  SENSITIVE = []
  include Aws::Structure
end

#is_data_retention_bot_registeredBoolean

Indicates whether the data retention bot has been registered with the network.

Returns:

  • (Boolean)


1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1240

class GetDataRetentionBotResponse < Struct.new(
  :bot_name,
  :bot_exists,
  :is_bot_active,
  :is_data_retention_bot_registered,
  :is_data_retention_service_enabled,
  :is_pubkey_msg_acked)
  SENSITIVE = []
  include Aws::Structure
end

#is_data_retention_service_enabledBoolean

Indicates whether the data retention service is enabled for the network.

Returns:

  • (Boolean)


1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1240

class GetDataRetentionBotResponse < Struct.new(
  :bot_name,
  :bot_exists,
  :is_bot_active,
  :is_data_retention_bot_registered,
  :is_data_retention_service_enabled,
  :is_pubkey_msg_acked)
  SENSITIVE = []
  include Aws::Structure
end

#is_pubkey_msg_ackedBoolean

Indicates whether the public key message has been acknowledged by the bot.

Returns:

  • (Boolean)


1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1240

class GetDataRetentionBotResponse < Struct.new(
  :bot_name,
  :bot_exists,
  :is_bot_active,
  :is_data_retention_bot_registered,
  :is_data_retention_service_enabled,
  :is_pubkey_msg_acked)
  SENSITIVE = []
  include Aws::Structure
end