Class: Aws::Wickr::Types::CreateBotResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The unique identifier assigned to the newly created bot.

Returns:

  • (String)


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_nameString

The display name of the newly created bot.

Returns:

  • (String)


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_idString

The ID of the security group to which the bot was assigned.

Returns:

  • (String)


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

#messageString

A message indicating the result of the bot creation operation.

Returns:

  • (String)


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_idString

The ID of the network where the bot was created.

Returns:

  • (String)


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

#usernameString

The username of the newly created bot.

Returns:

  • (String)


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