Class: Aws::PartnerCentralRevenueMeasurement::Types::CreateRevenueAttributionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralRevenueMeasurement::Types::CreateRevenueAttributionOutput
- Defined in:
- gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the newly created revenue attribution.
-
#description ⇒ String
The description of the revenue attribution.
-
#id ⇒ String
The unique identifier of the newly created revenue attribution.
-
#marketplace_product ⇒ Types::MarketplaceProductSummary
The associated AWS Marketplace product listing, if set at creation.
-
#name ⇒ String
The name of the revenue attribution.
-
#revision ⇒ String
The revision of the newly created attribution resource.
-
#tenancy_model ⇒ String
The tenancy model for this revenue attribution.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the newly created revenue attribution.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 391 class CreateRevenueAttributionOutput < Struct.new( :id, :arn, :name, :description, :tenancy_model, :marketplace_product, :revision) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the revenue attribution.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 391 class CreateRevenueAttributionOutput < Struct.new( :id, :arn, :name, :description, :tenancy_model, :marketplace_product, :revision) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the newly created revenue attribution.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 391 class CreateRevenueAttributionOutput < Struct.new( :id, :arn, :name, :description, :tenancy_model, :marketplace_product, :revision) SENSITIVE = [] include Aws::Structure end |
#marketplace_product ⇒ Types::MarketplaceProductSummary
The associated AWS Marketplace product listing, if set at creation.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 391 class CreateRevenueAttributionOutput < Struct.new( :id, :arn, :name, :description, :tenancy_model, :marketplace_product, :revision) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the revenue attribution.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 391 class CreateRevenueAttributionOutput < Struct.new( :id, :arn, :name, :description, :tenancy_model, :marketplace_product, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision of the newly created attribution resource.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 391 class CreateRevenueAttributionOutput < Struct.new( :id, :arn, :name, :description, :tenancy_model, :marketplace_product, :revision) SENSITIVE = [] include Aws::Structure end |
#tenancy_model ⇒ String
The tenancy model for this revenue attribution.
391 392 393 394 395 396 397 398 399 400 401 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 391 class CreateRevenueAttributionOutput < Struct.new( :id, :arn, :name, :description, :tenancy_model, :marketplace_product, :revision) SENSITIVE = [] include Aws::Structure end |