Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceAdminResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DescribeAppInstanceAdminResponse
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_admin ⇒ Types::AppInstanceAdmin
The ARN and name of the
AppInstanceUser
, the ARN of theAppInstance
, and the created and last-updated timestamps.
Instance Attribute Details
#app_instance_admin ⇒ Types::AppInstanceAdmin
The ARN and name of the AppInstanceUser
, the ARN of the
AppInstance
, and the created and last-updated timestamps. All
timestamps use epoch milliseconds.
724 725 726 727 728 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 724 class DescribeAppInstanceAdminResponse < Struct.new( :app_instance_admin) SENSITIVE = [] include Aws::Structure end |