Class: Aws::Chime::Types::AppInstanceUserSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AppInstanceUserSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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`.
405 406 407 408 409 410 411 |
# File 'lib/aws-sdk-chime/types.rb', line 405 class AppInstanceUserSummary < Struct.new( :app_instance_user_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The metadata of the ‘AppInstanceUser`.
405 406 407 408 409 410 411 |
# File 'lib/aws-sdk-chime/types.rb', line 405 class AppInstanceUserSummary < Struct.new( :app_instance_user_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name of an ‘AppInstanceUser`.
405 406 407 408 409 410 411 |
# File 'lib/aws-sdk-chime/types.rb', line 405 class AppInstanceUserSummary < Struct.new( :app_instance_user_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |