Class: Aws::Types::PatchOperation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from::String

Returns the value of attribute from.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def from
  @from
end

#op"add", ...

Returns the value of attribute op.

Returns:

  • ("add", "remove", "replace", "move", "copy", "test")


1039
1040
1041
# File 'sig/types.rbs', line 1039

def op
  @op
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def path
  @path
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def value
  @value
end