Class: Aws::MarketplaceDiscovery::Types::PricingModel

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#display_nameString

The human-readable name of the pricing model.

Returns:

  • (String)


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_typeString

The machine-readable type of the pricing model.

Returns:

  • (String)


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