Class: Aws::Chime::Types::AppInstanceAdmin
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AppInstanceAdmin
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The details of an AppInstanceAdmin.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin ⇒ Types::Identity
The
AppInstanceAdmindata. -
#app_instance_arn ⇒ String
The ARN of the
AppInstancefor 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.
257 258 259 260 261 262 263 |
# File 'lib/aws-sdk-chime/types.rb', line 257 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.
257 258 259 260 261 262 263 |
# File 'lib/aws-sdk-chime/types.rb', line 257 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.
257 258 259 260 261 262 263 |
# File 'lib/aws-sdk-chime/types.rb', line 257 class AppInstanceAdmin < Struct.new( :admin, :app_instance_arn, :created_timestamp) SENSITIVE = [] include Aws::Structure end |