Class: Aws::ChimeSDKIdentity::Types::CreateAppInstanceAdminResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::CreateAppInstanceAdminResponse
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_admin ⇒ Types::Identity
The name and ARN of the admin for the
AppInstance
. -
#app_instance_arn ⇒ String
The ARN of the of the admin for the
AppInstance
.
Instance Attribute Details
#app_instance_admin ⇒ Types::Identity
The name and ARN of the admin for the AppInstance
.
406 407 408 409 410 411 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 406 class CreateAppInstanceAdminResponse < Struct.new( :app_instance_admin, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |
#app_instance_arn ⇒ String
The ARN of the of the admin for the AppInstance
.
406 407 408 409 410 411 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 406 class CreateAppInstanceAdminResponse < Struct.new( :app_instance_admin, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |