Class: Aws::ChimeSDKIdentity::Types::UpdateAppInstanceBotResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_bot_arnString

The ARN of the ‘AppInstanceBot`.

Returns:

  • (String)


1632
1633
1634
1635
1636
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1632

class UpdateAppInstanceBotResponse < Struct.new(
  :app_instance_bot_arn)
  SENSITIVE = []
  include Aws::Structure
end