Class: Aws::Pinpoint::Types::ActivityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ActivityResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about an activity that was performed by a campaign.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier for the application that the campaign applies to.
-
#campaign_id ⇒ String
The unique identifier for the campaign that the activity applies to.
-
#end ⇒ String
The actual time, in ISO 8601 format, when the activity was marked CANCELLED or COMPLETED.
-
#id ⇒ String
The unique identifier for the activity.
-
#result ⇒ String
Specifies whether the activity succeeded.
-
#scheduled_start ⇒ String
The scheduled start time, in ISO 8601 format, for the activity.
-
#start ⇒ String
The actual start time, in ISO 8601 format, of the activity.
-
#state ⇒ String
The current status of the activity.
-
#successful_endpoint_count ⇒ Integer
The total number of endpoints that the campaign successfully delivered messages to.
-
#timezones_completed_count ⇒ Integer
The total number of time zones that were completed.
-
#timezones_total_count ⇒ Integer
The total number of unique time zones that are in the segment for the campaign.
-
#total_endpoint_count ⇒ Integer
The total number of endpoints that the campaign attempted to deliver messages to.
-
#treatment_id ⇒ String
The unique identifier for the campaign treatment that the activity applies to.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application that the campaign applies to.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1668 class ActivityResponse < Struct.new( :application_id, :campaign_id, :end, :id, :result, :scheduled_start, :start, :state, :successful_endpoint_count, :timezones_completed_count, :timezones_total_count, :total_endpoint_count, :treatment_id) SENSITIVE = [] include Aws::Structure end |
#campaign_id ⇒ String
The unique identifier for the campaign that the activity applies to.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1668 class ActivityResponse < Struct.new( :application_id, :campaign_id, :end, :id, :result, :scheduled_start, :start, :state, :successful_endpoint_count, :timezones_completed_count, :timezones_total_count, :total_endpoint_count, :treatment_id) SENSITIVE = [] include Aws::Structure end |
#end ⇒ String
The actual time, in ISO 8601 format, when the activity was marked CANCELLED or COMPLETED.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1668 class ActivityResponse < Struct.new( :application_id, :campaign_id, :end, :id, :result, :scheduled_start, :start, :state, :successful_endpoint_count, :timezones_completed_count, :timezones_total_count, :total_endpoint_count, :treatment_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the activity.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1668 class ActivityResponse < Struct.new( :application_id, :campaign_id, :end, :id, :result, :scheduled_start, :start, :state, :successful_endpoint_count, :timezones_completed_count, :timezones_total_count, :total_endpoint_count, :treatment_id) SENSITIVE = [] include Aws::Structure end |
#result ⇒ String
Specifies whether the activity succeeded. Possible values are SUCCESS and FAIL.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1668 class ActivityResponse < Struct.new( :application_id, :campaign_id, :end, :id, :result, :scheduled_start, :start, :state, :successful_endpoint_count, :timezones_completed_count, :timezones_total_count, :total_endpoint_count, :treatment_id) SENSITIVE = [] include Aws::Structure end |
#scheduled_start ⇒ String
The scheduled start time, in ISO 8601 format, for the activity.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1668 class ActivityResponse < Struct.new( :application_id, :campaign_id, :end, :id, :result, :scheduled_start, :start, :state, :successful_endpoint_count, :timezones_completed_count, :timezones_total_count, :total_endpoint_count, :treatment_id) SENSITIVE = [] include Aws::Structure end |
#start ⇒ String
The actual start time, in ISO 8601 format, of the activity.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1668 class ActivityResponse < Struct.new( :application_id, :campaign_id, :end, :id, :result, :scheduled_start, :start, :state, :successful_endpoint_count, :timezones_completed_count, :timezones_total_count, :total_endpoint_count, :treatment_id) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current status of the activity. Possible values are: PENDING, INITIALIZING, RUNNING, PAUSED, CANCELLED, and COMPLETED.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1668 class ActivityResponse < Struct.new( :application_id, :campaign_id, :end, :id, :result, :scheduled_start, :start, :state, :successful_endpoint_count, :timezones_completed_count, :timezones_total_count, :total_endpoint_count, :treatment_id) SENSITIVE = [] include Aws::Structure end |
#successful_endpoint_count ⇒ Integer
The total number of endpoints that the campaign successfully delivered messages to.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1668 class ActivityResponse < Struct.new( :application_id, :campaign_id, :end, :id, :result, :scheduled_start, :start, :state, :successful_endpoint_count, :timezones_completed_count, :timezones_total_count, :total_endpoint_count, :treatment_id) SENSITIVE = [] include Aws::Structure end |
#timezones_completed_count ⇒ Integer
The total number of time zones that were completed.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1668 class ActivityResponse < Struct.new( :application_id, :campaign_id, :end, :id, :result, :scheduled_start, :start, :state, :successful_endpoint_count, :timezones_completed_count, :timezones_total_count, :total_endpoint_count, :treatment_id) SENSITIVE = [] include Aws::Structure end |
#timezones_total_count ⇒ Integer
The total number of unique time zones that are in the segment for the campaign.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1668 class ActivityResponse < Struct.new( :application_id, :campaign_id, :end, :id, :result, :scheduled_start, :start, :state, :successful_endpoint_count, :timezones_completed_count, :timezones_total_count, :total_endpoint_count, :treatment_id) SENSITIVE = [] include Aws::Structure end |
#total_endpoint_count ⇒ Integer
The total number of endpoints that the campaign attempted to deliver messages to.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1668 class ActivityResponse < Struct.new( :application_id, :campaign_id, :end, :id, :result, :scheduled_start, :start, :state, :successful_endpoint_count, :timezones_completed_count, :timezones_total_count, :total_endpoint_count, :treatment_id) SENSITIVE = [] include Aws::Structure end |
#treatment_id ⇒ String
The unique identifier for the campaign treatment that the activity applies to. A treatment is a variation of a campaign that's used for A/B testing of a campaign.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1668 class ActivityResponse < Struct.new( :application_id, :campaign_id, :end, :id, :result, :scheduled_start, :start, :state, :successful_endpoint_count, :timezones_completed_count, :timezones_total_count, :total_endpoint_count, :treatment_id) SENSITIVE = [] include Aws::Structure end |