Class: Aws::PartnerCentralRevenueMeasurement::Types::CreateRevenueAttributionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralRevenueMeasurement::Types::CreateRevenueAttributionInput
- 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 in which to create the revenue attribution.
-
#client_token ⇒ String
A unique token to ensure idempotency of the create request.
-
#description ⇒ String
A description of the revenue attribution.
-
#name ⇒ String
The name of the revenue attribution.
-
#product_identifier ⇒ String
The unique product identifier in AWS Marketplace.
-
#tags ⇒ Array<Types::Tag>
Tags to associate with the revenue attribution upon creation.
-
#tenancy_model ⇒ String
The tenancy model for this revenue attribution.
Instance Attribute Details
#catalog ⇒ String
The catalog in which to create the revenue attribution.
348 349 350 351 352 353 354 355 356 357 358 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 348 class CreateRevenueAttributionInput < Struct.new( :catalog, :client_token, :name, :description, :tenancy_model, :product_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique token to ensure idempotency of the create request.
A suitable default value is auto-generated. You should normally not need to pass this option.
348 349 350 351 352 353 354 355 356 357 358 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 348 class CreateRevenueAttributionInput < Struct.new( :catalog, :client_token, :name, :description, :tenancy_model, :product_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the revenue attribution.
348 349 350 351 352 353 354 355 356 357 358 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 348 class CreateRevenueAttributionInput < Struct.new( :catalog, :client_token, :name, :description, :tenancy_model, :product_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the revenue attribution. Must be unique within the catalog and the partner's account.
348 349 350 351 352 353 354 355 356 357 358 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 348 class CreateRevenueAttributionInput < Struct.new( :catalog, :client_token, :name, :description, :tenancy_model, :product_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#product_identifier ⇒ String
The unique product identifier in AWS Marketplace. Accepts a product entity ID (e.g., prod-abc123def4567) or a product ARN.
348 349 350 351 352 353 354 355 356 357 358 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 348 class CreateRevenueAttributionInput < Struct.new( :catalog, :client_token, :name, :description, :tenancy_model, :product_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags to associate with the revenue attribution upon creation.
348 349 350 351 352 353 354 355 356 357 358 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 348 class CreateRevenueAttributionInput < Struct.new( :catalog, :client_token, :name, :description, :tenancy_model, :product_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#tenancy_model ⇒ String
The tenancy model for this revenue attribution.
348 349 350 351 352 353 354 355 356 357 358 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 348 class CreateRevenueAttributionInput < Struct.new( :catalog, :client_token, :name, :description, :tenancy_model, :product_identifier, :tags) SENSITIVE = [] include Aws::Structure end |