Class: Aws::ChimeSDKIdentity::Types::DeleteAppInstanceAdminRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DeleteAppInstanceAdminRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_admin_arn ⇒ String
The ARN of the ‘AppInstance`’s administrator.
-
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
Instance Attribute Details
#app_instance_admin_arn ⇒ String
The ARN of the ‘AppInstance`’s administrator.
639 640 641 642 643 644 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 639 class DeleteAppInstanceAdminRequest < Struct.new( :app_instance_admin_arn, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
639 640 641 642 643 644 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 639 class DeleteAppInstanceAdminRequest < Struct.new( :app_instance_admin_arn, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |