Class: Aws::Chime::Types::UpdateAppInstanceUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateAppInstanceUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
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 the ‘AppInstanceUser`.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The ARN of the ‘AppInstanceUser`.
8295 8296 8297 8298 8299 8300 8301 |
# File 'lib/aws-sdk-chime/types.rb', line 8295 class UpdateAppInstanceUserRequest < Struct.new( :app_instance_user_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The metadata of the ‘AppInstanceUser`.
8295 8296 8297 8298 8299 8300 8301 |
# File 'lib/aws-sdk-chime/types.rb', line 8295 class UpdateAppInstanceUserRequest < Struct.new( :app_instance_user_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name of the ‘AppInstanceUser`.
8295 8296 8297 8298 8299 8300 8301 |
# File 'lib/aws-sdk-chime/types.rb', line 8295 class UpdateAppInstanceUserRequest < Struct.new( :app_instance_user_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |