Class: Aws::Types::GetBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
322 323 324 |
# File 'sig/types.rbs', line 322 def bot_id @bot_id end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
321 322 323 |
# File 'sig/types.rbs', line 321 def network_id @network_id end |