Class: Aws::Chime::Types::DescribeAppInstanceAdminResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/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.



3140
3141
3142
3143
3144
# File 'lib/aws-sdk-chime/types.rb', line 3140

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