Class: Aws::Chime::Types::DeleteAppInstanceAdminRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteAppInstanceAdminRequest
- 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 ‘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.
2715 2716 2717 2718 2719 2720 |
# File 'lib/aws-sdk-chime/types.rb', line 2715 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`.
2715 2716 2717 2718 2719 2720 |
# File 'lib/aws-sdk-chime/types.rb', line 2715 class DeleteAppInstanceAdminRequest < Struct.new( :app_instance_admin_arn, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |