Class: Aws::Chime::Types::CreateAppInstanceAdminResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateAppInstanceAdminResponse
- Includes:
- Structure
- Defined in:
- 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`.
1585 1586 1587 1588 1589 1590 |
# File 'lib/aws-sdk-chime/types.rb', line 1585 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`.
1585 1586 1587 1588 1589 1590 |
# File 'lib/aws-sdk-chime/types.rb', line 1585 class CreateAppInstanceAdminResponse < Struct.new( :app_instance_admin, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |