Class: Aws::Types::Bot
- Inherits:
-
Object
- Object
- Aws::Types::Bot
- 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.
169 170 171 |
# File 'sig/types.rbs', line 169 def bot_id @bot_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
170 171 172 |
# File 'sig/types.rbs', line 170 def display_name @display_name end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
175 176 177 |
# File 'sig/types.rbs', line 175 def group_id @group_id end |
#has_challenge ⇒ Boolean
Returns the value of attribute has_challenge.
176 177 178 |
# File 'sig/types.rbs', line 176 def has_challenge @has_challenge end |
#last_login ⇒ ::String
Returns the value of attribute last_login.
178 179 180 |
# File 'sig/types.rbs', line 178 def last_login @last_login end |
#pubkey ⇒ ::String
Returns the value of attribute pubkey.
173 174 175 |
# File 'sig/types.rbs', line 173 def pubkey @pubkey end |
#status ⇒ ::Integer
Returns the value of attribute status.
174 175 176 |
# File 'sig/types.rbs', line 174 def status @status end |
#suspended ⇒ Boolean
Returns the value of attribute suspended.
177 178 179 |
# File 'sig/types.rbs', line 177 def suspended @suspended end |
#uname ⇒ ::String
Returns the value of attribute uname.
172 173 174 |
# File 'sig/types.rbs', line 172 def uname @uname end |
#username ⇒ ::String
Returns the value of attribute username.
171 172 173 |
# File 'sig/types.rbs', line 171 def username @username end |