Class: Aws::ChimeSDKIdentity::Types::AppInstanceUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::AppInstanceUser
- Defined in:
- gems/aws-sdk-chimesdkidentity/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. -
#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
.
149 150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 149 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :metadata, :created_timestamp, :last_updated_timestamp) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which the AppInstanceUser
was created.
149 150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 149 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :metadata, :created_timestamp, :last_updated_timestamp) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The time at which the AppInstanceUser
was last updated.
149 150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 149 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :metadata, :created_timestamp, :last_updated_timestamp) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The metadata of the AppInstanceUser
.
149 150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 149 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :metadata, :created_timestamp, :last_updated_timestamp) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name of the AppInstanceUser
.
149 150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 149 class AppInstanceUser < Struct.new( :app_instance_user_arn, :name, :metadata, :created_timestamp, :last_updated_timestamp) SENSITIVE = [:name, :metadata] include Aws::Structure end |