Class: Aws::MarketplaceDiscovery::Types::SupportTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::SupportTerm
- Defined in:
- gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb
Overview
Defines a support term that includes the refund policy for the offer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the term.
-
#refund_policy ⇒ String
The refund policy description for the offer.
-
#type ⇒ String
The category of the term.
Instance Attribute Details
#id ⇒ String
The unique identifier of the term.
3302 3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3302 class SupportTerm < Struct.new( :id, :type, :refund_policy) SENSITIVE = [] include Aws::Structure end |
#refund_policy ⇒ String
The refund policy description for the offer.
3302 3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3302 class SupportTerm < Struct.new( :id, :type, :refund_policy) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The category of the term.
3302 3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3302 class SupportTerm < Struct.new( :id, :type, :refund_policy) SENSITIVE = [] include Aws::Structure end |