Class: Aws::ChimeSDKIdentity::Types::CreateAppInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::CreateAppInstanceResponse
- Defined in:
- gems/aws-sdk-chimesdkidentity/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 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 564 class CreateAppInstanceResponse < Struct.new( :app_instance_arn) SENSITIVE = [] include Aws::Structure end |