Class: Aws::Types::GetDataRetentionBotResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataRetentionBotResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_exists ⇒ Boolean
Returns the value of attribute bot_exists.
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#is_bot_active ⇒ Boolean
Returns the value of attribute is_bot_active.
-
#is_data_retention_bot_registered ⇒ Boolean
Returns the value of attribute is_data_retention_bot_registered.
-
#is_data_retention_service_enabled ⇒ Boolean
Returns the value of attribute is_data_retention_service_enabled.
-
#is_pubkey_msg_acked ⇒ Boolean
Returns the value of attribute is_pubkey_msg_acked.
Instance Attribute Details
#bot_exists ⇒ Boolean
Returns the value of attribute bot_exists.
359 360 361 |
# File 'sig/types.rbs', line 359 def bot_exists @bot_exists end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
358 359 360 |
# File 'sig/types.rbs', line 358 def bot_name @bot_name end |
#is_bot_active ⇒ Boolean
Returns the value of attribute is_bot_active.
360 361 362 |
# File 'sig/types.rbs', line 360 def is_bot_active @is_bot_active end |
#is_data_retention_bot_registered ⇒ Boolean
Returns the value of attribute is_data_retention_bot_registered.
361 362 363 |
# File 'sig/types.rbs', line 361 def is_data_retention_bot_registered @is_data_retention_bot_registered end |
#is_data_retention_service_enabled ⇒ Boolean
Returns the value of attribute is_data_retention_service_enabled.
362 363 364 |
# File 'sig/types.rbs', line 362 def is_data_retention_service_enabled @is_data_retention_service_enabled end |
#is_pubkey_msg_acked ⇒ Boolean
Returns the value of attribute is_pubkey_msg_acked.
363 364 365 |
# File 'sig/types.rbs', line 363 def is_pubkey_msg_acked @is_pubkey_msg_acked end |