Class: Aws::Types::UpdateBotResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBotResponse
- 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_status ⇒ "Creating", ...
Returns the value of attribute bot_status.
-
#bot_type ⇒ "Bot", "BotNetwork"
Returns the value of attribute bot_type.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#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.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3607 3608 3609 |
# File 'sig/types.rbs', line 3607 def bot_id @bot_id end |
#bot_members ⇒ ::Array[Types::BotMember]
Returns the value of attribute bot_members.
3617 3618 3619 |
# File 'sig/types.rbs', line 3617 def bot_members @bot_members end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
3608 3609 3610 |
# File 'sig/types.rbs', line 3608 def bot_name @bot_name end |
#bot_status ⇒ "Creating", ...
Returns the value of attribute bot_status.
3613 3614 3615 |
# File 'sig/types.rbs', line 3613 def bot_status @bot_status end |
#bot_type ⇒ "Bot", "BotNetwork"
Returns the value of attribute bot_type.
3616 3617 3618 |
# File 'sig/types.rbs', line 3616 def bot_type @bot_type end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
3614 3615 3616 |
# File 'sig/types.rbs', line 3614 def creation_date_time @creation_date_time end |
#data_privacy ⇒ Types::DataPrivacy
Returns the value of attribute data_privacy.
3611 3612 3613 |
# File 'sig/types.rbs', line 3611 def data_privacy @data_privacy end |
#description ⇒ ::String
Returns the value of attribute description.
3609 3610 3611 |
# File 'sig/types.rbs', line 3609 def description @description end |
#error_log_settings ⇒ Types::ErrorLogSettings
Returns the value of attribute error_log_settings.
3618 3619 3620 |
# File 'sig/types.rbs', line 3618 def error_log_settings @error_log_settings end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
3612 3613 3614 |
# File 'sig/types.rbs', line 3612 def idle_session_ttl_in_seconds @idle_session_ttl_in_seconds end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
3615 3616 3617 |
# File 'sig/types.rbs', line 3615 def last_updated_date_time @last_updated_date_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3610 3611 3612 |
# File 'sig/types.rbs', line 3610 def role_arn @role_arn end |