Class: Aws::Chime::Types::CreateAppInstanceAdminResponse

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::Identity

The name and ARN of the admin for the ‘AppInstance`.

Returns:



1585
1586
1587
1588
1589
1590
# File 'lib/aws-sdk-chime/types.rb', line 1585

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

#app_instance_arnString

The ARN of the of the admin for the ‘AppInstance`.

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
# File 'lib/aws-sdk-chime/types.rb', line 1585

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