AWSConnectPromptSummary
Objective-C
@interface AWSConnectPromptSummary
Swift
class AWSConnectPromptSummary
Contains information about the prompt.
-
The Amazon Resource Name (ARN) of the prompt.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
The identifier of the prompt.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }
-
The name of the prompt.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }