Class: Aws::Types::CreateBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_members ⇒ ::Array[Types::BotMember]
Returns the value of attribute bot_members.
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#bot_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute bot_tags.
-
#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.
-
#test_bot_alias_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute test_bot_alias_tags.
Instance Attribute Details
#bot_members ⇒ ::Array[Types::BotMember]
Returns the value of attribute bot_members.
839 840 841 |
# File 'sig/types.rbs', line 839 def bot_members @bot_members end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
831 832 833 |
# File 'sig/types.rbs', line 831 def bot_name @bot_name end |
#bot_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute bot_tags.
836 837 838 |
# File 'sig/types.rbs', line 836 def @bot_tags end |
#bot_type ⇒ "Bot", "BotNetwork"
Returns the value of attribute bot_type.
838 839 840 |
# File 'sig/types.rbs', line 838 def bot_type @bot_type end |
#data_privacy ⇒ Types::DataPrivacy
Returns the value of attribute data_privacy.
834 835 836 |
# File 'sig/types.rbs', line 834 def data_privacy @data_privacy end |
#description ⇒ ::String
Returns the value of attribute description.
832 833 834 |
# File 'sig/types.rbs', line 832 def description @description end |
#error_log_settings ⇒ Types::ErrorLogSettings
Returns the value of attribute error_log_settings.
840 841 842 |
# File 'sig/types.rbs', line 840 def error_log_settings @error_log_settings end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
835 836 837 |
# File 'sig/types.rbs', line 835 def idle_session_ttl_in_seconds @idle_session_ttl_in_seconds end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
833 834 835 |
# File 'sig/types.rbs', line 833 def role_arn @role_arn end |
#test_bot_alias_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute test_bot_alias_tags.
837 838 839 |
# File 'sig/types.rbs', line 837 def @test_bot_alias_tags end |