Class: Aws::PartnerCentralRevenueMeasurement::Types::GetRevenueAttributionAllocationsTaskInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralRevenueMeasurement::Types::GetRevenueAttributionAllocationsTaskInput
- 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 that contains the resource.
-
#revenue_attribution_identifier ⇒ String
The revenue attribution identifier.
Instance Attribute Details
#catalog ⇒ String
The catalog that contains the resource.
695 696 697 698 699 700 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 695 class GetRevenueAttributionAllocationsTaskInput < Struct.new( :catalog, :revenue_attribution_identifier) SENSITIVE = [] include Aws::Structure end |
#revenue_attribution_identifier ⇒ String
The revenue attribution identifier.
695 696 697 698 699 700 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 695 class GetRevenueAttributionAllocationsTaskInput < Struct.new( :catalog, :revenue_attribution_identifier) SENSITIVE = [] include Aws::Structure end |