Class: Aws::ChimeSDKIdentity::Types::RegisterAppInstanceUserEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::RegisterAppInstanceUserEndpointResponse
- Defined in:
- gems/aws-sdk-chimesdkidentity/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
.
1454 1455 1456 1457 1458 1459 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1454 class RegisterAppInstanceUserEndpointResponse < Struct.new( :app_instance_user_arn, :endpoint_id) SENSITIVE = [] include Aws::Structure end |
#endpoint_id ⇒ String
The unique identifier of the AppInstanceUserEndpoint
.
1454 1455 1456 1457 1458 1459 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1454 class RegisterAppInstanceUserEndpointResponse < Struct.new( :app_instance_user_arn, :endpoint_id) SENSITIVE = [] include Aws::Structure end |