Class: Aws::MarketplaceDiscovery::Types::PricingModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::PricingModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacediscovery/types.rb
Overview
A pricing model that determines how buyers are charged for a listing, such as usage-based, contract, BYOL, or free.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The human-readable name of the pricing model.
-
#pricing_model_type ⇒ String
The machine-readable type of the pricing model.
Instance Attribute Details
#display_name ⇒ String
The human-readable name of the pricing model.
2046 2047 2048 2049 2050 2051 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2046 class PricingModel < Struct.new( :pricing_model_type, :display_name) SENSITIVE = [] include Aws::Structure end |
#pricing_model_type ⇒ String
The machine-readable type of the pricing model.
2046 2047 2048 2049 2050 2051 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2046 class PricingModel < Struct.new( :pricing_model_type, :display_name) SENSITIVE = [] include Aws::Structure end |