Class: Aws::MarketplaceAgreement::Types::SupportTerm

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb

Overview

Defines the customer support available for the acceptors when they purchase the software.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#refund_policyString

Free-text field about the refund policy description that will be shown to customers as is on the website and console.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1113

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

#typeString

Category of the term being updated.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1113

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