Class: Aws::Chime::Types::DescribeAppInstanceAdminRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeAppInstanceAdminRequest
- 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 ‘AppInstanceAdmin`.
-
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
Instance Attribute Details
#app_instance_admin_arn ⇒ String
The ARN of the ‘AppInstanceAdmin`.
3125 3126 3127 3128 3129 3130 |
# File 'lib/aws-sdk-chime/types.rb', line 3125 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`.
3125 3126 3127 3128 3129 3130 |
# File 'lib/aws-sdk-chime/types.rb', line 3125 class DescribeAppInstanceAdminRequest < Struct.new( :app_instance_admin_arn, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |