Class: Aws::MarketplaceDiscovery::Types::ByolPricingTerm

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

Overview

Defines a Bring Your Own License (BYOL) pricing term, where buyers use their existing license for the product.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the term.

Returns:

  • (String)


194
195
196
197
198
199
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 194

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

#typeString

The category of the term.

Returns:

  • (String)


194
195
196
197
198
199
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 194

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