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 =
[: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
.
1268 1269 1270 1271 1272 1273 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1268 class RegisterAppInstanceUserEndpointResponse < 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
.
1268 1269 1270 1271 1272 1273 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1268 class RegisterAppInstanceUserEndpointResponse < Struct.new( :app_instance_user_arn, :endpoint_id) SENSITIVE = [:app_instance_user_arn, :endpoint_id] include Aws::Structure end |