Class: Aws::Chime::Types::CreateAppInstanceAdminResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateAppInstanceAdminResponse
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/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
.
1488 1489 1490 1491 1492 1493 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1488 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
.
1488 1489 1490 1491 1492 1493 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1488 class CreateAppInstanceAdminResponse < Struct.new( :app_instance_admin, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |