Class: Aws::Types::BotAliasSummary
- Inherits:
-
Object
- Object
- Aws::Types::BotAliasSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
-
#bot_alias_name ⇒ ::String
Returns the value of attribute bot_alias_name.
-
#bot_alias_status ⇒ "Creating", ...
Returns the value of attribute bot_alias_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.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
Instance Attribute Details
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
406 407 408 |
# File 'sig/types.rbs', line 406 def bot_alias_id @bot_alias_id end |
#bot_alias_name ⇒ ::String
Returns the value of attribute bot_alias_name.
407 408 409 |
# File 'sig/types.rbs', line 407 def bot_alias_name @bot_alias_name end |
#bot_alias_status ⇒ "Creating", ...
Returns the value of attribute bot_alias_status.
410 411 412 |
# File 'sig/types.rbs', line 410 def bot_alias_status @bot_alias_status end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
409 410 411 |
# File 'sig/types.rbs', line 409 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
411 412 413 |
# File 'sig/types.rbs', line 411 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
408 409 410 |
# File 'sig/types.rbs', line 408 def description @description end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
412 413 414 |
# File 'sig/types.rbs', line 412 def last_updated_date_time @last_updated_date_time end |