Class: Aws::ChimeSDKIdentity::Types::AppInstanceUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::AppInstanceUser
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/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.
-
#expiration_settings ⇒ Types::ExpirationSettings
The interval after which an ‘AppInstanceUser` is automatically deleted.
-
#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`.
217 218 219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 217 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :metadata, :created_timestamp, :last_updated_timestamp, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which the ‘AppInstanceUser` was created.
217 218 219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 217 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :metadata, :created_timestamp, :last_updated_timestamp, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#expiration_settings ⇒ Types::ExpirationSettings
The interval after which an ‘AppInstanceUser` is automatically deleted.
217 218 219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 217 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :metadata, :created_timestamp, :last_updated_timestamp, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The time at which the ‘AppInstanceUser` was last updated.
217 218 219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 217 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :metadata, :created_timestamp, :last_updated_timestamp, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The metadata of the ‘AppInstanceUser`.
217 218 219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 217 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :metadata, :created_timestamp, :last_updated_timestamp, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name of the ‘AppInstanceUser`.
217 218 219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 217 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :metadata, :created_timestamp, :last_updated_timestamp, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |