Class: Aws::Chime::Types::CreateAppInstanceAdminRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateAppInstanceAdminRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_admin_arn ⇒ String
The ARN of the administrator of the current ‘AppInstance`.
-
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
Instance Attribute Details
#app_instance_admin_arn ⇒ String
The ARN of the administrator of the current ‘AppInstance`.
1568 1569 1570 1571 1572 1573 |
# File 'lib/aws-sdk-chime/types.rb', line 1568 class CreateAppInstanceAdminRequest < Struct.new( :app_instance_admin_arn, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
1568 1569 1570 1571 1572 1573 |
# File 'lib/aws-sdk-chime/types.rb', line 1568 class CreateAppInstanceAdminRequest < Struct.new( :app_instance_admin_arn, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |