Class: Aws::Wickr::Types::CreateBotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::CreateBotResponse
- 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 assigned to the newly created bot.
-
#display_name ⇒ String
The display name of the newly created bot.
-
#group_id ⇒ String
The ID of the security group to which the bot was assigned.
-
#message ⇒ String
A message indicating the result of the bot creation operation.
-
#network_id ⇒ String
The ID of the network where the bot was created.
-
#username ⇒ String
The username of the newly created bot.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier assigned to the newly created bot.
760 761 762 763 764 765 766 767 768 769 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 760 class CreateBotResponse < Struct.new( :message, :bot_id, :network_id, :username, :display_name, :group_id) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of the newly created bot.
760 761 762 763 764 765 766 767 768 769 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 760 class CreateBotResponse < Struct.new( :message, :bot_id, :network_id, :username, :display_name, :group_id) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
The ID of the security group to which the bot was assigned.
760 761 762 763 764 765 766 767 768 769 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 760 class CreateBotResponse < Struct.new( :message, :bot_id, :network_id, :username, :display_name, :group_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message indicating the result of the bot creation operation.
760 761 762 763 764 765 766 767 768 769 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 760 class CreateBotResponse < Struct.new( :message, :bot_id, :network_id, :username, :display_name, :group_id) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
The ID of the network where the bot was created.
760 761 762 763 764 765 766 767 768 769 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 760 class CreateBotResponse < Struct.new( :message, :bot_id, :network_id, :username, :display_name, :group_id) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The username of the newly created bot.
760 761 762 763 764 765 766 767 768 769 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 760 class CreateBotResponse < Struct.new( :message, :bot_id, :network_id, :username, :display_name, :group_id) SENSITIVE = [] include Aws::Structure end |