AWSPinpointTargetingGetSegmentsResponse
Objective-C
@interface AWSPinpointTargetingGetSegmentsResponse
Swift
class AWSPinpointTargetingGetSegmentsResponse
-
Provides information about all the segments that are associated with an application.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingSegmentsResponse *_Nullable segmentsResponse;
Swift
var segmentsResponse: AWSPinpointTargetingSegmentsResponse? { get set }