Class: Aws::Types::AttributePayload

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


202
203
204
# File 'sig/types.rbs', line 202

def attributes
  @attributes
end

#mergeBoolean

Returns the value of attribute merge.

Returns:

  • (Boolean)


203
204
205
# File 'sig/types.rbs', line 203

def merge
  @merge
end