Class: Aws::PartnerCentralRevenueMeasurement::Types::StartRevenueAttributionAllocationsTaskInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

The catalog context for this operation.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1605

class StartRevenueAttributionAllocationsTaskInput < Struct.new(
  :catalog,
  :revenue_attribution_identifier,
  :revenue_attribution_revision,
  :revenue_share_allocations,
  :client_token,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

Idempotency token for deduplication and retry.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1605

class StartRevenueAttributionAllocationsTaskInput < Struct.new(
  :catalog,
  :revenue_attribution_identifier,
  :revenue_attribution_revision,
  :revenue_share_allocations,
  :client_token,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Human-readable description of the batch.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1605

class StartRevenueAttributionAllocationsTaskInput < Struct.new(
  :catalog,
  :revenue_attribution_identifier,
  :revenue_attribution_revision,
  :revenue_share_allocations,
  :client_token,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#revenue_attribution_identifierString

The revenue attribution identifier.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1605

class StartRevenueAttributionAllocationsTaskInput < Struct.new(
  :catalog,
  :revenue_attribution_identifier,
  :revenue_attribution_revision,
  :revenue_share_allocations,
  :client_token,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#revenue_attribution_revisionString

Current revision of the revenue attribution for optimistic locking.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1605

class StartRevenueAttributionAllocationsTaskInput < Struct.new(
  :catalog,
  :revenue_attribution_identifier,
  :revenue_attribution_revision,
  :revenue_share_allocations,
  :client_token,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#revenue_share_allocationsArray<Types::RevenueShareAllocation>

The list of allocation changes to process in this batch.

Returns:



1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1605

class StartRevenueAttributionAllocationsTaskInput < Struct.new(
  :catalog,
  :revenue_attribution_identifier,
  :revenue_attribution_revision,
  :revenue_share_allocations,
  :client_token,
  :description)
  SENSITIVE = []
  include Aws::Structure
end