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)


1124
1125
1126
1127
1128
1129
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1124

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

#typeString

Category of the term being updated.

Returns:

  • (String)


1124
1125
1126
1127
1128
1129
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1124

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