Class: Aws::Types::BotSummary
- Inherits:
-
Object
- Object
- Aws::Types::BotSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#latest_bot_version ⇒ ::String
Returns the value of attribute latest_bot_version.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
557 558 559 |
# File 'sig/types.rbs', line 557 def bot_id @bot_id end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
558 559 560 |
# File 'sig/types.rbs', line 558 def bot_name @bot_name end |
#bot_status ⇒ "Creating", ...
Returns the value of attribute bot_status.
560 561 562 |
# File 'sig/types.rbs', line 560 def bot_status @bot_status end |
#bot_type ⇒ "Bot", "BotNetwork"
Returns the value of attribute bot_type.
563 564 565 |
# File 'sig/types.rbs', line 563 def bot_type @bot_type end |
#description ⇒ ::String
Returns the value of attribute description.
559 560 561 |
# File 'sig/types.rbs', line 559 def description @description end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
562 563 564 |
# File 'sig/types.rbs', line 562 def last_updated_date_time @last_updated_date_time end |
#latest_bot_version ⇒ ::String
Returns the value of attribute latest_bot_version.
561 562 563 |
# File 'sig/types.rbs', line 561 def latest_bot_version @latest_bot_version end |