Class: Aws::Types::UpdateBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_members ⇒ ::Array[Types::BotMember]
Returns the value of attribute bot_members.
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#bot_type ⇒ "Bot", "BotNetwork"
Returns the value of attribute bot_type.
-
#data_privacy ⇒ Types::DataPrivacy
Returns the value of attribute data_privacy.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_log_settings ⇒ Types::ErrorLogSettings
Returns the value of attribute error_log_settings.
-
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3594 3595 3596 |
# File 'sig/types.rbs', line 3594 def bot_id @bot_id end |
#bot_members ⇒ ::Array[Types::BotMember]
Returns the value of attribute bot_members.
3601 3602 3603 |
# File 'sig/types.rbs', line 3601 def bot_members @bot_members end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
3595 3596 3597 |
# File 'sig/types.rbs', line 3595 def bot_name @bot_name end |
#bot_type ⇒ "Bot", "BotNetwork"
Returns the value of attribute bot_type.
3600 3601 3602 |
# File 'sig/types.rbs', line 3600 def bot_type @bot_type end |
#data_privacy ⇒ Types::DataPrivacy
Returns the value of attribute data_privacy.
3598 3599 3600 |
# File 'sig/types.rbs', line 3598 def data_privacy @data_privacy end |
#description ⇒ ::String
Returns the value of attribute description.
3596 3597 3598 |
# File 'sig/types.rbs', line 3596 def description @description end |
#error_log_settings ⇒ Types::ErrorLogSettings
Returns the value of attribute error_log_settings.
3602 3603 3604 |
# File 'sig/types.rbs', line 3602 def error_log_settings @error_log_settings end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
3599 3600 3601 |
# File 'sig/types.rbs', line 3599 def idle_session_ttl_in_seconds @idle_session_ttl_in_seconds end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3597 3598 3599 |
# File 'sig/types.rbs', line 3597 def role_arn @role_arn end |