Class: Aws::ChimeSDKIdentity::Types::UpdateAppInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::UpdateAppInstanceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
1666 1667 1668 1669 1670 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1666 class UpdateAppInstanceResponse < Struct.new( :app_instance_arn) SENSITIVE = [] include Aws::Structure end |