Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceUserEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DescribeAppInstanceUserEndpointResponse
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_user_endpoint ⇒ Types::AppInstanceUserEndpoint
The full details of an
AppInstanceUserEndpoint
: theAppInstanceUserArn
, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps.
Instance Attribute Details
#app_instance_user_endpoint ⇒ Types::AppInstanceUserEndpoint
The full details of an AppInstanceUserEndpoint
: the
AppInstanceUserArn
, ID, name, type, resource ARN, attributes,
allow messages, state, and created and last updated timestamps. All
timestamps use epoch milliseconds.
805 806 807 808 809 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 805 class DescribeAppInstanceUserEndpointResponse < Struct.new( :app_instance_user_endpoint) SENSITIVE = [] include Aws::Structure end |