Class: Aws::ChimeSDKIdentity::Types::AppInstanceAdmin
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::AppInstanceAdmin
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
The name and ARN of the admin for the ‘AppInstance`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin ⇒ Types::Identity
The ‘AppInstanceAdmin` data.
-
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance` for which the user is an administrator.
-
#created_timestamp ⇒ Time
The time at which an administrator was created.
Instance Attribute Details
#admin ⇒ Types::Identity
The ‘AppInstanceAdmin` data.
65 66 67 68 69 70 71 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 65 class AppInstanceAdmin < Struct.new( :admin, :app_instance_arn, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance` for which the user is an administrator.
65 66 67 68 69 70 71 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 65 class AppInstanceAdmin < Struct.new( :admin, :app_instance_arn, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which an administrator was created.
65 66 67 68 69 70 71 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 65 class AppInstanceAdmin < Struct.new( :admin, :app_instance_arn, :created_timestamp) SENSITIVE = [] include Aws::Structure end |