Class: Aws::ChimeSDKIdentity::Types::CreateAppInstanceBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::CreateAppInstanceBotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :metadata]
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance` request.
-
#client_request_token ⇒ String
The unique ID for the client making the request.
-
#configuration ⇒ Types::Configuration
Configuration information about the Amazon Lex V2 V2 bot.
-
#metadata ⇒ String
The request metadata.
-
#name ⇒ String
The user’s name.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the ‘AppInstanceBot`.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance` request.
504 505 506 507 508 509 510 511 512 513 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 504 class CreateAppInstanceBotRequest < Struct.new( :app_instance_arn, :name, :metadata, :client_request_token, :tags, :configuration) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#client_request_token ⇒ String
The unique ID for the client making the request. Use different tokens for different ‘AppInstanceBots`.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
504 505 506 507 508 509 510 511 512 513 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 504 class CreateAppInstanceBotRequest < Struct.new( :app_instance_arn, :name, :metadata, :client_request_token, :tags, :configuration) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#configuration ⇒ Types::Configuration
Configuration information about the Amazon Lex V2 V2 bot.
504 505 506 507 508 509 510 511 512 513 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 504 class CreateAppInstanceBotRequest < Struct.new( :app_instance_arn, :name, :metadata, :client_request_token, :tags, :configuration) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The request metadata. Limited to a 1KB string in UTF-8.
504 505 506 507 508 509 510 511 512 513 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 504 class CreateAppInstanceBotRequest < Struct.new( :app_instance_arn, :name, :metadata, :client_request_token, :tags, :configuration) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The user’s name.
504 505 506 507 508 509 510 511 512 513 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 504 class CreateAppInstanceBotRequest < Struct.new( :app_instance_arn, :name, :metadata, :client_request_token, :tags, :configuration) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the ‘AppInstanceBot`.
504 505 506 507 508 509 510 511 512 513 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 504 class CreateAppInstanceBotRequest < Struct.new( :app_instance_arn, :name, :metadata, :client_request_token, :tags, :configuration) SENSITIVE = [:name, :metadata] include Aws::Structure end |