Class: Aws::Types::GetDataRetentionBotResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bot_existsBoolean

Returns the value of attribute bot_exists.

Returns:



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.

Returns:



358
359
360
# File 'sig/types.rbs', line 358

def bot_name
  @bot_name
end

#is_bot_activeBoolean

Returns the value of attribute is_bot_active.

Returns:



360
361
362
# File 'sig/types.rbs', line 360

def is_bot_active
  @is_bot_active
end

#is_data_retention_bot_registeredBoolean

Returns the value of attribute is_data_retention_bot_registered.

Returns:



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_enabledBoolean

Returns the value of attribute is_data_retention_service_enabled.

Returns:



362
363
364
# File 'sig/types.rbs', line 362

def is_data_retention_service_enabled
  @is_data_retention_service_enabled
end

#is_pubkey_msg_ackedBoolean

Returns the value of attribute is_pubkey_msg_acked.

Returns:



363
364
365
# File 'sig/types.rbs', line 363

def is_pubkey_msg_acked
  @is_pubkey_msg_acked
end