Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceUserEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DescribeAppInstanceUserEndpointRequest
- 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`.
789 790 791 792 793 794 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 789 class DescribeAppInstanceUserEndpointRequest < Struct.new( :app_instance_user_arn, :endpoint_id) SENSITIVE = [] include Aws::Structure end |
#endpoint_id ⇒ String
The unique identifier of the ‘AppInstanceUserEndpoint`.
789 790 791 792 793 794 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 789 class DescribeAppInstanceUserEndpointRequest < Struct.new( :app_instance_user_arn, :endpoint_id) SENSITIVE = [] include Aws::Structure end |