Class: Aws::ChimeSDKIdentity::Types::UpdateAppInstanceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arnString

The ARN of the AppInstance.

Returns:

  • (String)


1666
1667
1668
1669
1670
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1666

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