Class: Aws::Chime::Types::CreateAppInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateAppInstanceResponse
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/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
.
1628 1629 1630 1631 1632 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1628 class CreateAppInstanceResponse < Struct.new( :app_instance_arn) SENSITIVE = [] include Aws::Structure end |