AWSPinpointTargetingGetJourneyRunExecutionActivityMetricsRequest
Objective-C
@interface AWSPinpointTargetingGetJourneyRunExecutionActivityMetricsRequest
Swift
class AWSPinpointTargetingGetJourneyRunExecutionActivityMetricsRequest
-
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable applicationId;
Swift
var applicationId: String? { get set }
-
The unique identifier for the journey activity.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable journeyActivityId;
Swift
var journeyActivityId: String? { get set }
-
The unique identifier for the journey.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable journeyId;
Swift
var journeyId: String? { get set }
-
The
string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable pageSize;
Swift
var pageSize: String? { get set }
-
The unique identifier for the journey run.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable runId;
Swift
var runId: String? { get set }