Class: Aws::PartnerCentralRevenueMeasurement::Types::GetRevenueAttributionAllocationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralRevenueMeasurement::Types::GetRevenueAttributionAllocationOutput
- Defined in:
- gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:customer_aws_account_id]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
When the allocation was first created.
-
#customer_aws_account_id ⇒ String
The customer AWS account ID for this associated deal entity.
-
#effective_from ⇒ String
First day of the effective month.
-
#effective_until ⇒ String
Last day of the effective month.
-
#entity_identifier ⇒ String
The unique identifier of the associated deal entity.
-
#entity_name ⇒ String
The display name of the associated deal entity.
-
#entity_type ⇒ String
The type of the associated deal entity.
-
#last_modified_date ⇒ Time
When the allocation was last modified.
-
#revenue_attribution_allocation_id ⇒ String
Unique allocation identifier.
-
#revenue_attribution_identifier ⇒ String
The revenue attribution identifier.
-
#revenue_attribution_latest_revision ⇒ String
The latest committed revision.
-
#revenue_attribution_revision ⇒ String
The revision of this allocation version.
-
#revenue_share_percent ⇒ String
Revenue share percentage.
-
#status ⇒ String
Current allocation status.
Instance Attribute Details
#created_date ⇒ Time
When the allocation was first created.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#customer_aws_account_id ⇒ String
The customer AWS account ID for this associated deal entity.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#effective_from ⇒ String
First day of the effective month.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#effective_until ⇒ String
Last day of the effective month.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#entity_identifier ⇒ String
The unique identifier of the associated deal entity.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#entity_name ⇒ String
The display name of the associated deal entity.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#entity_type ⇒ String
The type of the associated deal entity.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#last_modified_date ⇒ Time
When the allocation was last modified.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#revenue_attribution_allocation_id ⇒ String
Unique allocation identifier.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#revenue_attribution_identifier ⇒ String
The revenue attribution identifier.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#revenue_attribution_latest_revision ⇒ String
The latest committed revision.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#revenue_attribution_revision ⇒ String
The revision of this allocation version.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#revenue_share_percent ⇒ String
Revenue share percentage.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#status ⇒ String
Current allocation status.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 666 class GetRevenueAttributionAllocationOutput < Struct.new( :revenue_attribution_allocation_id, :revenue_attribution_identifier, :entity_type, :entity_identifier, :entity_name, :customer_aws_account_id, :revenue_share_percent, :effective_from, :effective_until, :status, :created_date, :last_modified_date, :revenue_attribution_revision, :revenue_attribution_latest_revision) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |