Class: Aws::Types::BotImportSpecification
- Inherits:
-
Object
- Object
- Aws::Types::BotImportSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#bot_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute bot_tags.
-
#data_privacy ⇒ Types::DataPrivacy
Returns the value of attribute data_privacy.
-
#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_name ⇒ ::String
Returns the value of attribute bot_name.
452 453 454 |
# File 'sig/types.rbs', line 452 def bot_name @bot_name end |
#bot_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute bot_tags.
457 458 459 |
# File 'sig/types.rbs', line 457 def @bot_tags end |
#data_privacy ⇒ Types::DataPrivacy
Returns the value of attribute data_privacy.
454 455 456 |
# File 'sig/types.rbs', line 454 def data_privacy @data_privacy end |
#error_log_settings ⇒ Types::ErrorLogSettings
Returns the value of attribute error_log_settings.
455 456 457 |
# File 'sig/types.rbs', line 455 def error_log_settings @error_log_settings end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
456 457 458 |
# File 'sig/types.rbs', line 456 def idle_session_ttl_in_seconds @idle_session_ttl_in_seconds end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
453 454 455 |
# File 'sig/types.rbs', line 453 def role_arn @role_arn end |
#test_bot_alias_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute test_bot_alias_tags.
458 459 460 |
# File 'sig/types.rbs', line 458 def @test_bot_alias_tags end |