Class: Aws::ChimeSDKIdentity::Types::UpdateAppInstanceBotRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :metadata]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_bot_arnString

The ARN of the AppInstanceBot.

Returns:

  • (String)


1617
1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1617

class UpdateAppInstanceBotRequest < Struct.new(
  :app_instance_bot_arn,
  :name,
  :metadata,
  :configuration)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#configurationTypes::Configuration

The configuration for the bot update.



1617
1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1617

class UpdateAppInstanceBotRequest < Struct.new(
  :app_instance_bot_arn,
  :name,
  :metadata,
  :configuration)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#metadataString

The metadata of the AppInstanceBot.

Returns:

  • (String)


1617
1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1617

class UpdateAppInstanceBotRequest < Struct.new(
  :app_instance_bot_arn,
  :name,
  :metadata,
  :configuration)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#nameString

The name of the AppInstanceBot.

Returns:

  • (String)


1617
1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1617

class UpdateAppInstanceBotRequest < Struct.new(
  :app_instance_bot_arn,
  :name,
  :metadata,
  :configuration)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end