Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceAdminResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkidentity/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_adminTypes::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 'lib/aws-sdk-chimesdkidentity/types.rb', line 724

class DescribeAppInstanceAdminResponse < Struct.new(
  :app_instance_admin)
  SENSITIVE = []
  include Aws::Structure
end