Class: Aws::Types::DescribeBotVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBotVersionResponse
- 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.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#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.
-
#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.
-
#parent_bot_networks ⇒ ::Array[Types::ParentBotNetwork]
Returns the value of attribute parent_bot_networks.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def bot_id @bot_id end |
#bot_members ⇒ ::Array[Types::BotMember]
Returns the value of attribute bot_members.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def bot_members @bot_members end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def bot_name @bot_name end |
#bot_status ⇒ "Creating", ...
Returns the value of attribute bot_status.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def bot_status @bot_status end |
#bot_type ⇒ "Bot", "BotNetwork"
Returns the value of attribute bot_type.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def bot_type @bot_type end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def creation_date_time @creation_date_time end |
#data_privacy ⇒ Types::DataPrivacy
Returns the value of attribute data_privacy.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def data_privacy @data_privacy end |
#description ⇒ ::String
Returns the value of attribute description.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def description @description end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def failure_reasons @failure_reasons end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def idle_session_ttl_in_seconds @idle_session_ttl_in_seconds end |
#parent_bot_networks ⇒ ::Array[Types::ParentBotNetwork]
Returns the value of attribute parent_bot_networks.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def parent_bot_networks @parent_bot_networks end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def role_arn @role_arn end |