AWSConnectGetPromptFileResponse
Objective-C
@interface AWSConnectGetPromptFileResponse
Swift
class AWSConnectGetPromptFileResponse
-
The Amazon Web Services Region where this resource was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lastModifiedRegion;
Swift
var lastModifiedRegion: String? { get set }
-
The timestamp when this resource was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedTime;
Swift
var lastModifiedTime: Date? { get set }
-
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable promptPresignedUrl;
Swift
var promptPresignedUrl: String? { get set }