Module: Aws::Wickr::Client::_GetDataRetentionBotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataRetentionBotResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_exists ⇒ Boolean
- #bot_name ⇒ ::String
- #is_bot_active ⇒ Boolean
- #is_data_retention_bot_registered ⇒ Boolean
- #is_data_retention_service_enabled ⇒ Boolean
- #is_pubkey_msg_acked ⇒ Boolean
Instance Method Details
#bot_exists ⇒ Boolean
343 |
# File 'sig/client.rbs', line 343
def bot_exists: () -> bool
|
#bot_name ⇒ ::String
342 |
# File 'sig/client.rbs', line 342
def bot_name: () -> ::String
|
#is_bot_active ⇒ Boolean
344 |
# File 'sig/client.rbs', line 344
def is_bot_active: () -> bool
|
#is_data_retention_bot_registered ⇒ Boolean
345 |
# File 'sig/client.rbs', line 345
def is_data_retention_bot_registered: () -> bool
|
#is_data_retention_service_enabled ⇒ Boolean
346 |
# File 'sig/client.rbs', line 346
def is_data_retention_service_enabled: () -> bool
|
#is_pubkey_msg_acked ⇒ Boolean
347 |
# File 'sig/client.rbs', line 347
def is_pubkey_msg_acked: () -> bool
|