Class: Aws::Types::CreateBotResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateBotResponse
- 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_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute bot_tags.
-
#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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#test_bot_alias_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute test_bot_alias_tags.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
845 846 847 |
# File 'sig/types.rbs', line 845 def bot_id @bot_id end |
#bot_members ⇒ ::Array[Types::BotMember]
Returns the value of attribute bot_members.
856 857 858 |
# File 'sig/types.rbs', line 856 def bot_members @bot_members end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
846 847 848 |
# File 'sig/types.rbs', line 846 def bot_name @bot_name end |
#bot_status ⇒ "Creating", ...
Returns the value of attribute bot_status.
851 852 853 |
# File 'sig/types.rbs', line 851 def bot_status @bot_status end |
#bot_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute bot_tags.
853 854 855 |
# File 'sig/types.rbs', line 853 def @bot_tags end |
#bot_type ⇒ "Bot", "BotNetwork"
Returns the value of attribute bot_type.
855 856 857 |
# File 'sig/types.rbs', line 855 def bot_type @bot_type end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
852 853 854 |
# File 'sig/types.rbs', line 852 def creation_date_time @creation_date_time end |
#data_privacy ⇒ Types::DataPrivacy
Returns the value of attribute data_privacy.
849 850 851 |
# File 'sig/types.rbs', line 849 def data_privacy @data_privacy end |
#description ⇒ ::String
Returns the value of attribute description.
847 848 849 |
# File 'sig/types.rbs', line 847 def description @description end |
#error_log_settings ⇒ Types::ErrorLogSettings
Returns the value of attribute error_log_settings.
857 858 859 |
# File 'sig/types.rbs', line 857 def error_log_settings @error_log_settings end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
850 851 852 |
# File 'sig/types.rbs', line 850 def idle_session_ttl_in_seconds @idle_session_ttl_in_seconds end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
848 849 850 |
# File 'sig/types.rbs', line 848 def role_arn @role_arn end |
#test_bot_alias_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute test_bot_alias_tags.
854 855 856 |
# File 'sig/types.rbs', line 854 def @test_bot_alias_tags end |