AWSConnectUpdateViewContentResponse
Objective-C
@interface AWSConnectUpdateViewContentResponse
Swift
class AWSConnectUpdateViewContentResponse
-
A view resource object. Contains metadata and content necessary to render the view.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectView *_Nullable view;
Swift
var view: AWSConnectView? { get set }