Class: Aws::ChimeSDKIdentity::Types::CreateAppInstanceAdminResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::CreateAppInstanceAdminResponse
- 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::Identity
The ARN and name of the administrator, the ARN of the
AppInstance
, and the created and last-updated timestamps. -
#app_instance_arn ⇒ String
The ARN of the of the admin for the
AppInstance
.
Instance Attribute Details
#app_instance_admin ⇒ Types::Identity
The ARN and name of the administrator, the ARN of the AppInstance
,
and the created and last-updated timestamps. All timestamps use
epoch milliseconds.
467 468 469 470 471 472 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 467 class CreateAppInstanceAdminResponse < Struct.new( :app_instance_admin, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |
#app_instance_arn ⇒ String
The ARN of the of the admin for the AppInstance
.
467 468 469 470 471 472 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 467 class CreateAppInstanceAdminResponse < Struct.new( :app_instance_admin, :app_instance_arn) SENSITIVE = [] include Aws::Structure end |