Class: Aws::ChimeSDKIdentity::Types::AppInstanceUserSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::AppInstanceUserSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Summary of 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`.
-
#metadata ⇒ String
The metadata of the ‘AppInstanceUser`.
-
#name ⇒ String
The name of an ‘AppInstanceUser`.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The ARN of the ‘AppInstanceUser`.
367 368 369 370 371 372 373 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 367 class AppInstanceUserSummary < Struct.new( :app_instance_user_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The metadata of the ‘AppInstanceUser`.
367 368 369 370 371 372 373 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 367 class AppInstanceUserSummary < Struct.new( :app_instance_user_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name of an ‘AppInstanceUser`.
367 368 369 370 371 372 373 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 367 class AppInstanceUserSummary < Struct.new( :app_instance_user_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |