Class: Aws::Chime::Types::AppInstanceUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AppInstanceUser
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The details of an ‘AppInstanceUser`.
Constant Summary collapse
- SENSITIVE =
[:name, :metadata]
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ String
The ARN of the ‘AppInstanceUser`.
-
#created_timestamp ⇒ Time
The time at which the ‘AppInstanceUser` was created.
-
#last_updated_timestamp ⇒ Time
The time at which the ‘AppInstanceUser` was last updated.
-
#metadata ⇒ String
The metadata of the ‘AppInstanceUser`.
-
#name ⇒ String
The name of the ‘AppInstanceUser`.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The ARN of the ‘AppInstanceUser`.
360 361 362 363 364 365 366 367 368 |
# File 'lib/aws-sdk-chime/types.rb', line 360 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :created_timestamp, :metadata, :last_updated_timestamp) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which the ‘AppInstanceUser` was created.
360 361 362 363 364 365 366 367 368 |
# File 'lib/aws-sdk-chime/types.rb', line 360 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :created_timestamp, :metadata, :last_updated_timestamp) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The time at which the ‘AppInstanceUser` was last updated.
360 361 362 363 364 365 366 367 368 |
# File 'lib/aws-sdk-chime/types.rb', line 360 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :created_timestamp, :metadata, :last_updated_timestamp) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The metadata of the ‘AppInstanceUser`.
360 361 362 363 364 365 366 367 368 |
# File 'lib/aws-sdk-chime/types.rb', line 360 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :created_timestamp, :metadata, :last_updated_timestamp) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name of the ‘AppInstanceUser`.
360 361 362 363 364 365 366 367 368 |
# File 'lib/aws-sdk-chime/types.rb', line 360 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :created_timestamp, :metadata, :last_updated_timestamp) SENSITIVE = [:name, :metadata] include Aws::Structure end |