Class: Aws::Wickr::Types::GetBotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GetBotResponse
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The unique identifier of the bot.
-
#display_name ⇒ String
The display name of the bot that is visible to users.
-
#group_id ⇒ String
The ID of the security group to which the bot belongs.
-
#has_challenge ⇒ Boolean
Indicates whether the bot has a password set.
-
#last_login ⇒ String
The timestamp of the bot's last login.
-
#pubkey ⇒ String
The public key of the bot used for encryption.
-
#status ⇒ Integer
The current status of the bot (1 for pending, 2 for active).
-
#suspended ⇒ Boolean
Indicates whether the bot is currently suspended.
-
#uname ⇒ String
The unique username hash identifier for the bot.
-
#username ⇒ String
The username of the bot.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1149 class GetBotResponse < Struct.new( :bot_id, :display_name, :username, :uname, :pubkey, :status, :group_id, :has_challenge, :suspended, :last_login) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of the bot that is visible to users.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1149 class GetBotResponse < Struct.new( :bot_id, :display_name, :username, :uname, :pubkey, :status, :group_id, :has_challenge, :suspended, :last_login) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
The ID of the security group to which the bot belongs.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1149 class GetBotResponse < Struct.new( :bot_id, :display_name, :username, :uname, :pubkey, :status, :group_id, :has_challenge, :suspended, :last_login) SENSITIVE = [] include Aws::Structure end |
#has_challenge ⇒ Boolean
Indicates whether the bot has a password set.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1149 class GetBotResponse < Struct.new( :bot_id, :display_name, :username, :uname, :pubkey, :status, :group_id, :has_challenge, :suspended, :last_login) SENSITIVE = [] include Aws::Structure end |
#last_login ⇒ String
The timestamp of the bot's last login.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1149 class GetBotResponse < Struct.new( :bot_id, :display_name, :username, :uname, :pubkey, :status, :group_id, :has_challenge, :suspended, :last_login) SENSITIVE = [] include Aws::Structure end |
#pubkey ⇒ String
The public key of the bot used for encryption.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1149 class GetBotResponse < Struct.new( :bot_id, :display_name, :username, :uname, :pubkey, :status, :group_id, :has_challenge, :suspended, :last_login) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The current status of the bot (1 for pending, 2 for active).
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1149 class GetBotResponse < Struct.new( :bot_id, :display_name, :username, :uname, :pubkey, :status, :group_id, :has_challenge, :suspended, :last_login) SENSITIVE = [] include Aws::Structure end |
#suspended ⇒ Boolean
Indicates whether the bot is currently suspended.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1149 class GetBotResponse < Struct.new( :bot_id, :display_name, :username, :uname, :pubkey, :status, :group_id, :has_challenge, :suspended, :last_login) SENSITIVE = [] include Aws::Structure end |
#uname ⇒ String
The unique username hash identifier for the bot.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1149 class GetBotResponse < Struct.new( :bot_id, :display_name, :username, :uname, :pubkey, :status, :group_id, :has_challenge, :suspended, :last_login) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The username of the bot.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1149 class GetBotResponse < Struct.new( :bot_id, :display_name, :username, :uname, :pubkey, :status, :group_id, :has_challenge, :suspended, :last_login) SENSITIVE = [] include Aws::Structure end |