Class: Aws::MarketplaceDiscovery::Types::SupportTerm

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

Instance Attribute Details

#id ⇒ String

The unique identifier of the term.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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