Module: Aws::Wickr::Client::_CreateBotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateBotResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #display_name ⇒ ::String
- #group_id ⇒ ::String
- #message ⇒ ::String
- #network_id ⇒ ::String
- #username ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
180 |
# File 'sig/client.rbs', line 180
def bot_id: () -> ::String
|
#display_name ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def display_name: () -> ::String
|
#group_id ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def group_id: () -> ::String
|
#message ⇒ ::String
179 |
# File 'sig/client.rbs', line 179
def message: () -> ::String
|
#network_id ⇒ ::String
181 |
# File 'sig/client.rbs', line 181
def network_id: () -> ::String
|
#username ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def username: () -> ::String
|