Class: Aws::MarketplaceAgreement::Types::ByolPricingTerm

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplaceagreement/types.rb

Overview

Enables you and your customers to move your existing agreements to AWS Marketplace. The customer won’t be charged for product usage in AWS Marketplace because they already paid for the product outside of AWS Marketplace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

Type of the term being updated.

Returns:

  • (String)


227
228
229
230
231
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 227

class ByolPricingTerm < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end