Class: Aws::Types::BotAliasTestExecutionTarget
- Inherits:
-
Object
- Object
- Aws::Types::BotAliasTestExecutionTarget
- 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_id ⇒ ::String
Returns the value of attribute bot_id.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
418 419 420 |
# File 'sig/types.rbs', line 418 def bot_alias_id @bot_alias_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
417 418 419 |
# File 'sig/types.rbs', line 417 def bot_id @bot_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
419 420 421 |
# File 'sig/types.rbs', line 419 def locale_id @locale_id end |