Class: Aws::MarketplaceAgreement::Types::ByolPricingTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::ByolPricingTerm
- 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
-
#type ⇒ String
Type of the term being updated.
Instance Attribute Details
#type ⇒ String
Type of the term being updated.
227 228 229 230 231 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 227 class ByolPricingTerm < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |