Class: Aws::Types::GetBotResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBotResponse
- 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.
-
#has_challenge ⇒ Boolean
Returns the value of attribute has_challenge.
-
#last_login ⇒ ::String
Returns the value of attribute last_login.
-
#pubkey ⇒ ::String
Returns the value of attribute pubkey.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#suspended ⇒ Boolean
Returns the value of attribute suspended.
-
#uname ⇒ ::String
Returns the value of attribute uname.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
327 328 329 |
# File 'sig/types.rbs', line 327 def bot_id @bot_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
328 329 330 |
# File 'sig/types.rbs', line 328 def display_name @display_name end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
333 334 335 |
# File 'sig/types.rbs', line 333 def group_id @group_id end |
#has_challenge ⇒ Boolean
Returns the value of attribute has_challenge.
334 335 336 |
# File 'sig/types.rbs', line 334 def has_challenge @has_challenge end |
#last_login ⇒ ::String
Returns the value of attribute last_login.
336 337 338 |
# File 'sig/types.rbs', line 336 def last_login @last_login end |
#pubkey ⇒ ::String
Returns the value of attribute pubkey.
331 332 333 |
# File 'sig/types.rbs', line 331 def pubkey @pubkey end |
#status ⇒ ::Integer
Returns the value of attribute status.
332 333 334 |
# File 'sig/types.rbs', line 332 def status @status end |
#suspended ⇒ Boolean
Returns the value of attribute suspended.
335 336 337 |
# File 'sig/types.rbs', line 335 def suspended @suspended end |
#uname ⇒ ::String
Returns the value of attribute uname.
330 331 332 |
# File 'sig/types.rbs', line 330 def uname @uname end |
#username ⇒ ::String
Returns the value of attribute username.
329 330 331 |
# File 'sig/types.rbs', line 329 def username @username end |