Class: Aws::Types::TestSetDiscrepancyReportBotAliasTarget
- Inherits:
-
Object
- Object
- Aws::Types::TestSetDiscrepancyReportBotAliasTarget
- 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.
3362 3363 3364 |
# File 'sig/types.rbs', line 3362 def bot_alias_id @bot_alias_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3361 3362 3363 |
# File 'sig/types.rbs', line 3361 def bot_id @bot_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3363 3364 3365 |
# File 'sig/types.rbs', line 3363 def locale_id @locale_id end |