AWSChimeSDKIdentityDescribeAppInstanceUserEndpointResponse
Objective-C
@interface AWSChimeSDKIdentityDescribeAppInstanceUserEndpointResponse
Swift
class AWSChimeSDKIdentityDescribeAppInstanceUserEndpointResponse
-
The full details of an
AppInstanceUserEndpoint
: theAppInstanceUserArn
, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use epoch milliseconds.Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKIdentityAppInstanceUserEndpoint *_Nullable appInstanceUserEndpoint;
Swift
var appInstanceUserEndpoint: AWSChimeSDKIdentityAppInstanceUserEndpoint? { get set }