Class: Aws::PartnerCentralBenefits::Types::Amendment
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::Amendment
- 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
-
#field_path ⇒ String
The JSON path or field identifier specifying which field in the benefit application to modify.
-
#new_value ⇒ String
The new value to set for the specified field in the benefit application.
Instance Attribute Details
#field_path ⇒ String
The JSON path or field identifier specifying which field in the benefit application to modify.
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_value ⇒ String
The new value to set for the specified field in the benefit application.
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 |