Class: Aws::PartnerCentralRevenueMeasurement::Types::GetRevenueAttributionAllocationsTaskOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralRevenueMeasurement::Types::GetRevenueAttributionAllocationsTaskOutput
- Defined in:
- gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog used for this task.
-
#description ⇒ String
Human-readable description, if provided at creation.
-
#ended_at ⇒ Time
When processing ended.
-
#error_detail_list ⇒ Array<Types::RevenueAttributionAllocationErrorDetail>
All errors discovered during async processing.
-
#revenue_attribution_arn ⇒ String
ARN of the revenue attribution resource.
-
#revenue_attribution_latest_revision ⇒ String
The revision number assigned to this batch.
-
#started_at ⇒ Time
When processing started.
-
#status ⇒ String
Current task status.
-
#task_id ⇒ String
The unique identifier for the asynchronous task.
-
#total_revenue_attribution_allocation_records ⇒ Integer
Total revenue attribution allocation records in the batch.
Instance Attribute Details
#catalog ⇒ String
The catalog used for this task.
746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 746 class GetRevenueAttributionAllocationsTaskOutput < Struct.new( :task_id, :status, :catalog, :revenue_attribution_arn, :started_at, :ended_at, :total_revenue_attribution_allocation_records, :description, :revenue_attribution_latest_revision, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Human-readable description, if provided at creation.
746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 746 class GetRevenueAttributionAllocationsTaskOutput < Struct.new( :task_id, :status, :catalog, :revenue_attribution_arn, :started_at, :ended_at, :total_revenue_attribution_allocation_records, :description, :revenue_attribution_latest_revision, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
When processing ended. Only present when COMPLETE or FAILED.
746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 746 class GetRevenueAttributionAllocationsTaskOutput < Struct.new( :task_id, :status, :catalog, :revenue_attribution_arn, :started_at, :ended_at, :total_revenue_attribution_allocation_records, :description, :revenue_attribution_latest_revision, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#error_detail_list ⇒ Array<Types::RevenueAttributionAllocationErrorDetail>
All errors discovered during async processing. Only present when FAILED.
746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 746 class GetRevenueAttributionAllocationsTaskOutput < Struct.new( :task_id, :status, :catalog, :revenue_attribution_arn, :started_at, :ended_at, :total_revenue_attribution_allocation_records, :description, :revenue_attribution_latest_revision, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#revenue_attribution_arn ⇒ String
ARN of the revenue attribution resource.
746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 746 class GetRevenueAttributionAllocationsTaskOutput < Struct.new( :task_id, :status, :catalog, :revenue_attribution_arn, :started_at, :ended_at, :total_revenue_attribution_allocation_records, :description, :revenue_attribution_latest_revision, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#revenue_attribution_latest_revision ⇒ String
The revision number assigned to this batch. Only present when COMPLETE.
746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 746 class GetRevenueAttributionAllocationsTaskOutput < Struct.new( :task_id, :status, :catalog, :revenue_attribution_arn, :started_at, :ended_at, :total_revenue_attribution_allocation_records, :description, :revenue_attribution_latest_revision, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
When processing started.
746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 746 class GetRevenueAttributionAllocationsTaskOutput < Struct.new( :task_id, :status, :catalog, :revenue_attribution_arn, :started_at, :ended_at, :total_revenue_attribution_allocation_records, :description, :revenue_attribution_latest_revision, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current task status.
746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 746 class GetRevenueAttributionAllocationsTaskOutput < Struct.new( :task_id, :status, :catalog, :revenue_attribution_arn, :started_at, :ended_at, :total_revenue_attribution_allocation_records, :description, :revenue_attribution_latest_revision, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier for the asynchronous task.
746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 746 class GetRevenueAttributionAllocationsTaskOutput < Struct.new( :task_id, :status, :catalog, :revenue_attribution_arn, :started_at, :ended_at, :total_revenue_attribution_allocation_records, :description, :revenue_attribution_latest_revision, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#total_revenue_attribution_allocation_records ⇒ Integer
Total revenue attribution allocation records in the batch.
746 747 748 749 750 751 752 753 754 755 756 757 758 759 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 746 class GetRevenueAttributionAllocationsTaskOutput < Struct.new( :task_id, :status, :catalog, :revenue_attribution_arn, :started_at, :ended_at, :total_revenue_attribution_allocation_records, :description, :revenue_attribution_latest_revision, :error_detail_list) SENSITIVE = [] include Aws::Structure end |