Class: Aws::Chime::Types::CreateBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateBotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:display_name]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#display_name ⇒ String
The bot display name.
-
#domain ⇒ String
The domain of the Amazon Chime Enterprise account.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
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_name ⇒ String
The bot display name.
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 |
#domain ⇒ String
The domain of the Amazon Chime Enterprise account.
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 |