Class: Aws::PartnerCentralBenefits::Types::Amendment

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

Overview

Represents a specific change to be made to a benefit application field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_pathString

The JSON path or field identifier specifying which field in the benefit application to modify.

Returns:

  • (String)


105
106
107
108
109
110
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 105

class Amendment < Struct.new(
  :field_path,
  :new_value)
  SENSITIVE = []
  include Aws::Structure
end

#new_valueString

The new value to set for the specified field in the benefit application.

Returns:

  • (String)


105
106
107
108
109
110
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 105

class Amendment < Struct.new(
  :field_path,
  :new_value)
  SENSITIVE = []
  include Aws::Structure
end