Class: Aws::MarketplaceDiscovery::Types::ByolPricingTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::ByolPricingTerm
- 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
-
#id ⇒ String
The unique identifier of the term.
-
#type ⇒ String
The category of the term.
Instance Attribute Details
#id ⇒ String
The unique identifier of the term.
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 |
#type ⇒ String
The category of the term.
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 |