CampaignUpdateSummary class

Provides a summary of the properties of a campaign update. For a complete listing, call the DescribeCampaign API.

Constructors

CampaignUpdateSummary({CampaignConfig? campaignConfig, DateTime? creationDateTime, String? failureReason, DateTime? lastUpdatedDateTime, int? minProvisionedTPS, String? solutionVersionArn, String? status})
CampaignUpdateSummary.fromJson(Map<String, dynamic> json)
factory

Properties

campaignConfig CampaignConfig?
final
creationDateTime DateTime?
The date and time (in Unix time) that the campaign update was created.
final
failureReason String?
If a campaign update fails, the reason behind the failure.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedDateTime DateTime?
The date and time (in Unix time) that the campaign update was last updated.
final
minProvisionedTPS int?
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
solutionVersionArn String?
The Amazon Resource Name (ARN) of the deployed solution version.
final
status String?
The status of the campaign update.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited