Class: Aws::ChimeSDKIdentity::Types::CreateAppInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::CreateAppInstanceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ String
The Amazon Resource Number (ARN) of the ‘AppInstance`.
Instance Attribute Details
#app_instance_arn ⇒ String
The Amazon Resource Number (ARN) of the ‘AppInstance`.
564 565 566 567 568 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 564 class CreateAppInstanceResponse < Struct.new( :app_instance_arn) SENSITIVE = [] include Aws::Structure end |