Class: Aws::PartnerCentralRevenueMeasurement::Types::GetRevenueAttributionAllocationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralRevenueMeasurement::Types::GetRevenueAttributionAllocationInput
- 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_allocation_id ⇒ String
The allocation identifier.
-
#revenue_attribution_identifier ⇒ String
The revenue attribution identifier.
-
#revenue_attribution_revision ⇒ String
Point-in-time revision number to query.
Instance Attribute Details
#catalog ⇒ String
The catalog that contains the resource.
599 600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 599 class GetRevenueAttributionAllocationInput < Struct.new( :catalog, :revenue_attribution_identifier, :revenue_attribution_allocation_id, :revenue_attribution_revision) SENSITIVE = [] include Aws::Structure end |
#revenue_attribution_allocation_id ⇒ String
The allocation identifier.
599 600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 599 class GetRevenueAttributionAllocationInput < Struct.new( :catalog, :revenue_attribution_identifier, :revenue_attribution_allocation_id, :revenue_attribution_revision) SENSITIVE = [] include Aws::Structure end |
#revenue_attribution_identifier ⇒ String
The revenue attribution identifier.
599 600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 599 class GetRevenueAttributionAllocationInput < Struct.new( :catalog, :revenue_attribution_identifier, :revenue_attribution_allocation_id, :revenue_attribution_revision) SENSITIVE = [] include Aws::Structure end |
#revenue_attribution_revision ⇒ String
Point-in-time revision number to query.
599 600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 599 class GetRevenueAttributionAllocationInput < Struct.new( :catalog, :revenue_attribution_identifier, :revenue_attribution_allocation_id, :revenue_attribution_revision) SENSITIVE = [] include Aws::Structure end |