Class: Aws::Types::Bot
- Inherits:
-
Object
- Object
- Aws::Types::Bot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_email ⇒ ::String
Returns the value of attribute bot_email.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_type ⇒ "ChatBot"
Returns the value of attribute bot_type.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#disabled ⇒ Boolean
Returns the value of attribute disabled.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#security_token ⇒ ::String
Returns the value of attribute security_token.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#bot_email ⇒ ::String
Returns the value of attribute bot_email.
140 141 142 |
# File 'sig/types.rbs', line 140 def bot_email @bot_email end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
133 134 135 |
# File 'sig/types.rbs', line 133 def bot_id @bot_id end |
#bot_type ⇒ "ChatBot"
Returns the value of attribute bot_type.
136 137 138 |
# File 'sig/types.rbs', line 136 def bot_type @bot_type end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
138 139 140 |
# File 'sig/types.rbs', line 138 def @created_timestamp end |
#disabled ⇒ Boolean
Returns the value of attribute disabled.
137 138 139 |
# File 'sig/types.rbs', line 137 def disabled @disabled end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
135 136 137 |
# File 'sig/types.rbs', line 135 def display_name @display_name end |
#security_token ⇒ ::String
Returns the value of attribute security_token.
141 142 143 |
# File 'sig/types.rbs', line 141 def security_token @security_token end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
139 140 141 |
# File 'sig/types.rbs', line 139 def @updated_timestamp end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
134 135 136 |
# File 'sig/types.rbs', line 134 def user_id @user_id end |