Class: Aws::Chime::Types::CreateBotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:display_name]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


1783
1784
1785
1786
1787
1788
1789
# File 'lib/aws-sdk-chime/types.rb', line 1783

class CreateBotRequest < Struct.new(
  :account_id,
  :display_name,
  :domain)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#display_nameString

The bot display name.

Returns:

  • (String)


1783
1784
1785
1786
1787
1788
1789
# File 'lib/aws-sdk-chime/types.rb', line 1783

class CreateBotRequest < Struct.new(
  :account_id,
  :display_name,
  :domain)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#domainString

The domain of the Amazon Chime Enterprise account.

Returns:

  • (String)


1783
1784
1785
1786
1787
1788
1789
# File 'lib/aws-sdk-chime/types.rb', line 1783

class CreateBotRequest < Struct.new(
  :account_id,
  :display_name,
  :domain)
  SENSITIVE = [:display_name]
  include Aws::Structure
end