Class: Aws::ChimeSDKIdentity::Types::UpdateAppInstanceUserEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::UpdateAppInstanceUserEndpointResponse
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:app_instance_user_arn, :endpoint_id]
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ String
The ARN of the
AppInstanceUser
. -
#endpoint_id ⇒ String
The unique identifier of the
AppInstanceUserEndpoint
.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The ARN of the AppInstanceUser
.
1286 1287 1288 1289 1290 1291 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1286 class UpdateAppInstanceUserEndpointResponse < Struct.new( :app_instance_user_arn, :endpoint_id) SENSITIVE = [:app_instance_user_arn, :endpoint_id] include Aws::Structure end |
#endpoint_id ⇒ String
The unique identifier of the AppInstanceUserEndpoint
.
1286 1287 1288 1289 1290 1291 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1286 class UpdateAppInstanceUserEndpointResponse < Struct.new( :app_instance_user_arn, :endpoint_id) SENSITIVE = [:app_instance_user_arn, :endpoint_id] include Aws::Structure end |