Class: Aws::Personalize::Types::CampaignSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

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

[1]: docs.aws.amazon.com/personalize/latest/dg/API_DescribeCampaign.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_arnString

The Amazon Resource Name (ARN) of the campaign.

Returns:

  • (String)


692
693
694
695
696
697
698
699
700
701
# File 'lib/aws-sdk-personalize/types.rb', line 692

class CampaignSummary < Struct.new(
  :name,
  :campaign_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time (in Unix time) that the campaign was created.

Returns:

  • (Time)


692
693
694
695
696
697
698
699
700
701
# File 'lib/aws-sdk-personalize/types.rb', line 692

class CampaignSummary < Struct.new(
  :name,
  :campaign_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If a campaign fails, the reason behind the failure.

Returns:

  • (String)


692
693
694
695
696
697
698
699
700
701
# File 'lib/aws-sdk-personalize/types.rb', line 692

class CampaignSummary < Struct.new(
  :name,
  :campaign_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time (in Unix time) that the campaign was last updated.

Returns:

  • (Time)


692
693
694
695
696
697
698
699
700
701
# File 'lib/aws-sdk-personalize/types.rb', line 692

class CampaignSummary < Struct.new(
  :name,
  :campaign_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the campaign.

Returns:

  • (String)


692
693
694
695
696
697
698
699
700
701
# File 'lib/aws-sdk-personalize/types.rb', line 692

class CampaignSummary < Struct.new(
  :name,
  :campaign_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the campaign.

A campaign can be in one of the following states:

  • CREATE PENDING &gt; CREATE IN_PROGRESS &gt; ACTIVE -or- CREATE FAILED

  • DELETE PENDING &gt; DELETE IN_PROGRESS

Returns:

  • (String)


692
693
694
695
696
697
698
699
700
701
# File 'lib/aws-sdk-personalize/types.rb', line 692

class CampaignSummary < Struct.new(
  :name,
  :campaign_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end