Module: Aws::Wickr::Client::_GetBotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBotResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #display_name ⇒ ::String
- #group_id ⇒ ::String
- #has_challenge ⇒ Boolean
- #last_login ⇒ ::String
- #pubkey ⇒ ::String
- #status ⇒ ::Integer
- #suspended ⇒ Boolean
- #uname ⇒ ::String
- #username ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def bot_id: () -> ::String
|
#display_name ⇒ ::String
311 |
# File 'sig/client.rbs', line 311
def display_name: () -> ::String
|
#group_id ⇒ ::String
316 |
# File 'sig/client.rbs', line 316
def group_id: () -> ::String
|
#has_challenge ⇒ Boolean
317 |
# File 'sig/client.rbs', line 317
def has_challenge: () -> bool
|
#last_login ⇒ ::String
319 |
# File 'sig/client.rbs', line 319
def last_login: () -> ::String
|
#pubkey ⇒ ::String
314 |
# File 'sig/client.rbs', line 314
def pubkey: () -> ::String
|
#status ⇒ ::Integer
315 |
# File 'sig/client.rbs', line 315
def status: () -> ::Integer
|
#suspended ⇒ Boolean
318 |
# File 'sig/client.rbs', line 318
def suspended: () -> bool
|
#uname ⇒ ::String
313 |
# File 'sig/client.rbs', line 313
def uname: () -> ::String
|
#username ⇒ ::String
312 |
# File 'sig/client.rbs', line 312
def username: () -> ::String
|