Class: Aws::Wickr::Types::CreateBotRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:challenge]

Instance Attribute Summary collapse

Instance Attribute Details

#challengeString

The password for the bot account.

Returns:

  • (String)


724
725
726
727
728
729
730
731
732
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 724

class CreateBotRequest < Struct.new(
  :network_id,
  :username,
  :display_name,
  :group_id,
  :challenge)
  SENSITIVE = [:challenge]
  include Aws::Structure
end

#display_nameString

The display name for the bot that will be visible to users in the network.

Returns:

  • (String)


724
725
726
727
728
729
730
731
732
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 724

class CreateBotRequest < Struct.new(
  :network_id,
  :username,
  :display_name,
  :group_id,
  :challenge)
  SENSITIVE = [:challenge]
  include Aws::Structure
end

#group_idString

The ID of the security group to which the bot will be assigned.

Returns:

  • (String)


724
725
726
727
728
729
730
731
732
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 724

class CreateBotRequest < Struct.new(
  :network_id,
  :username,
  :display_name,
  :group_id,
  :challenge)
  SENSITIVE = [:challenge]
  include Aws::Structure
end

#network_idString

The ID of the Wickr network where the bot will be created.

Returns:

  • (String)


724
725
726
727
728
729
730
731
732
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 724

class CreateBotRequest < Struct.new(
  :network_id,
  :username,
  :display_name,
  :group_id,
  :challenge)
  SENSITIVE = [:challenge]
  include Aws::Structure
end

#usernameString

The username for the bot. This must be unique within the network and follow the network's naming conventions.

Returns:

  • (String)


724
725
726
727
728
729
730
731
732
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 724

class CreateBotRequest < Struct.new(
  :network_id,
  :username,
  :display_name,
  :group_id,
  :challenge)
  SENSITIVE = [:challenge]
  include Aws::Structure
end