Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceUserEndpointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_user_endpointTypes::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