Class: Aws::Types::DescribeBotResourceGenerationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBotResourceGenerationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def bot_version @bot_version end |
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def generation_id @generation_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def locale_id @locale_id end |