AWSPinpointTargetingDeleteSegmentResponse
Objective-C
@interface AWSPinpointTargetingDeleteSegmentResponse
Swift
class AWSPinpointTargetingDeleteSegmentResponse
-
Provides information about the configuration, dimension, and other settings for a segment.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingSegmentResponse *_Nullable segmentResponse;
Swift
var segmentResponse: AWSPinpointTargetingSegmentResponse? { get set }