CampaignSummary

Information about a campaign.

You can use the API operation to return this information about multiple created campaigns.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of a campaign.

Link copied to clipboard

The time the campaign was created.

Link copied to clipboard

The description of the campaign.

Link copied to clipboard

The last time the campaign was modified.

Link copied to clipboard
val name: String?

The name of a campaign.

Link copied to clipboard

The ARN of the signal catalog associated with the campaign.

Link copied to clipboard

The state of a campaign. The status can be one of the following:

Link copied to clipboard

The ARN of a vehicle or fleet to which the campaign is deployed.

Functions

Link copied to clipboard
inline fun copy(block: CampaignSummary.Builder.() -> Unit = {}): CampaignSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String