Class: Aws::Types::BotVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::BotVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#bot_status ⇒ "Creating", ...
Returns the value of attribute bot_status.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
593 594 595 |
# File 'sig/types.rbs', line 593 def bot_name @bot_name end |
#bot_status ⇒ "Creating", ...
Returns the value of attribute bot_status.
596 597 598 |
# File 'sig/types.rbs', line 596 def bot_status @bot_status end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
594 595 596 |
# File 'sig/types.rbs', line 594 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
597 598 599 |
# File 'sig/types.rbs', line 597 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
595 596 597 |
# File 'sig/types.rbs', line 595 def description @description end |