Class: Aws::ChimeSDKIdentity::Types::UpdateAppInstanceUserEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::UpdateAppInstanceUserEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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`.
1712 1713 1714 1715 1716 1717 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1712 class UpdateAppInstanceUserEndpointResponse < Struct.new( :app_instance_user_arn, :endpoint_id) SENSITIVE = [] include Aws::Structure end |
#endpoint_id ⇒ String
The unique identifier of the ‘AppInstanceUserEndpoint`.
1712 1713 1714 1715 1716 1717 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1712 class UpdateAppInstanceUserEndpointResponse < Struct.new( :app_instance_user_arn, :endpoint_id) SENSITIVE = [] include Aws::Structure end |