Class: Aws::Types::CreateBotResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateBotResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def bot_id @bot_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
211 212 213 |
# File 'sig/types.rbs', line 211 def display_name @display_name end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
212 213 214 |
# File 'sig/types.rbs', line 212 def group_id @group_id end |
#message ⇒ ::String
Returns the value of attribute message.
207 208 209 |
# File 'sig/types.rbs', line 207 def @message end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
209 210 211 |
# File 'sig/types.rbs', line 209 def network_id @network_id end |
#username ⇒ ::String
Returns the value of attribute username.
210 211 212 |
# File 'sig/types.rbs', line 210 def username @username end |