Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceAdminRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DescribeAppInstanceAdminRequest
- 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 ‘AppInstanceAdmin`.
-
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
Instance Attribute Details
#app_instance_admin_arn ⇒ String
The ARN of the ‘AppInstanceAdmin`.
709 710 711 712 713 714 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 709 class DescribeAppInstanceAdminRequest < Struct.new( :app_instance_admin_arn, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
709 710 711 712 713 714 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 709 class DescribeAppInstanceAdminRequest < Struct.new( :app_instance_admin_arn, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |