Class: Aws::Chime::Types::UpdateAppInstanceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arnString

The ARN of the AppInstance.

Returns:

  • (String)


8275
8276
8277
8278
8279
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8275

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