Class: Aws::Types::DescribeBotResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBotResponse
- 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.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#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.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def bot_id @bot_id end |
#bot_members ⇒ ::Array[Types::BotMember]
Returns the value of attribute bot_members.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def bot_members @bot_members end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def bot_name @bot_name end |
#bot_status ⇒ "Creating", ...
Returns the value of attribute bot_status.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def bot_status @bot_status end |
#bot_type ⇒ "Bot", "BotNetwork"
Returns the value of attribute bot_type.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def bot_type @bot_type end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def creation_date_time @creation_date_time end |
#data_privacy ⇒ Types::DataPrivacy
Returns the value of attribute data_privacy.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def data_privacy @data_privacy end |
#description ⇒ ::String
Returns the value of attribute description.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def description @description end |
#error_log_settings ⇒ Types::ErrorLogSettings
Returns the value of attribute error_log_settings.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def error_log_settings @error_log_settings end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def failure_reasons @failure_reasons end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 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.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def last_updated_date_time @last_updated_date_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def role_arn @role_arn end |