Class: Aws::PartnerCentralRevenueMeasurement::Types::GetRevenueAttributionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralRevenueMeasurement::Types::GetRevenueAttributionInput
- 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 the revenue attribution belongs to.
-
#identifier ⇒ String
The unique identifier of the revenue attribution to retrieve.
-
#revision ⇒ String
The revision of the attribution to retrieve.
Instance Attribute Details
#catalog ⇒ String
The catalog that the revenue attribution belongs to.
777 778 779 780 781 782 783 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 777 class GetRevenueAttributionInput < Struct.new( :catalog, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the revenue attribution to retrieve. Accepts a direct ID or ARN.
777 778 779 780 781 782 783 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 777 class GetRevenueAttributionInput < Struct.new( :catalog, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision of the attribution to retrieve. Omit to return the latest revision.
777 778 779 780 781 782 783 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 777 class GetRevenueAttributionInput < Struct.new( :catalog, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |